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 FamiTracker
Login:
Menu:
Post: Author:
FamiTracker > General > FamiTracker Talk > '|' character in pitch bend? Owner: jwcarlso New post
Page 1 of 1 Sort:  
'|' character in pitch bend? Posted: 2009-03-23 06:22 Reply | Quote
jwcarlso



Member for: 4837 days
Status: Offline

#2620
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...

Thanks in advance.

Posted: 2009-03-23 13:01  (Last Edited: 2009-03-23 13:03) Reply | Quote
Shiru



Member for: 4890 days
Location: Russia, Moscow
Status: Offline

#2621
| 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.

Posted: 2009-03-23 15:47 Reply | Quote
icendragon

Avatar

Member for: 4874 days
Status: Offline

#2622
For example
3 3 3 | 0 1 2 = 3 3 3 0 1 2 0 1 2 0 1 2 ...
| 3 2 1 0 = 3 2 1 0 3 2 1 0 3 2 1 0...

Posted: 2009-03-23 16:23 Reply | Quote
jwcarlso



Member for: 4837 days
Status: Offline

#2623
Thanks for your reply, I just figured it out myself in fact.

Page 1 of 1 Sort: