Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I know I'm not quite finished with it yet, but I thought I should post it to see what people think so far... Please tell me what lacks in amazingness. (BTW) This is my first N163 song!!
[quote=Protowen]I've created a new post dedicated to the finished version.
[url=]http://famitracker.com/forum/posts.php?id=3375[/quote]
Yeah... Don't do that.
[quote=Protowen][quote=jrlepage]you didn't put simultaneously playing waves in different memory positions.[/quote]
I'm not sure how to put waves in different memory positions. I've never really used N163 Before.[/quote]
In your N163 instrument's Wave tab, you have a field called "Wave position". Each wave sits in its own memory position within the chip's RAM. You basically get 128 "slots", each one of which is filled by a wave's "sample" (the numbers which define your wave). If your wave uses 32 samples, and you put it in pos. 0, it will occupy all slots from 0 to 31, meaning if you put another different wave in that same position AND play them at the same time, there will be a conflict. To avoid this, put your waves in positions that do not overlap, unless you KNOW they're never gonna be playing at the same time (or they're identical).
[quote=jrlepage]In your N163 instrument's Wave tab, you have a field called "Wave position". Each wave sits in its own memory position within the chip's RAM. You basically get 128 "slots", each one of which is filled by a wave's "sample" (the numbers which define your wave). If your wave uses 32 samples, and you put it in pos. 0, it will occupy all slots from 0 to 31, meaning if you put another different wave in that same position AND play them at the same time, there will be a conflict. To avoid this, put your waves in positions that do not overlap, unless you KNOW they're never gonna be playing at the same time (or they're identical).[/quote]
Thank you for your explanation, the revised version will be ready soon
(sorry about the other post earlier)
I've changed all of the wave positions except for one of them, I've kept this as it sounds like the original. I've also changed a bit in the Square 1 & 2 section.
You can't put a 32-sample wave in position 120, because you only have 128 positions to work with. The highest position for a 32-sample wave is position 96 (because 128 - 32 = 96).
In frame 04, both of your instruments read their wave memory from the same position, which causes conflicts.