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
First time poster, I'm checking out FamiTracker to gain some intuition about how to emulate the 2A03 in a different environment for a class project.
I looked at some Mega Man replica tracks, and the down-sweep triangle wave percussive effect is created by the string "| 15" in the pitch field of the instrument editor.
Is this a shortcut for an advanced hardware effect? What behavior does this shortcut emulate? I tried searching the forums, but the | character isn't exactly searchable...
| is a loop. This means that resulting sequence will be always repeat 15. For pitch, this means that every TV frame pitch will change for 15 from current pitch.
For arpeggio, sequence | 0 4 7 will be always repeat 0 4 7.