Moderators: lotek_style, Mug UK, Moderator Team
Have a look at it
Sync-Buzzer I think this is one of the coolest special effect, with SID-Voice. It was used first by the musician TAO. Sync-Buzzer uses an external CPU interrupts to write values in the Envelope shape register. (YM2149 register 13). As you probably know, writing in r13 set the new shape waveform AND reset the envelope ! So you can produce some very nice sound effect.
Code: Select all
000182 0000EBF900 00-00-..-..-..-..-..-37-10-..-..-C0-..-0C # 40064 000'V 00 00C0~/|/|/ 6
000183 0000EC9580 ..-..-..-..-..-..-..-3F-..-..-..-..-..-.. # 40064 000 V -- 00C0 /|/|/ 1
000187 0000EF0780 ..-..-..-..-..-..-..-3E-..-..-..-..-..-.. # 160256 000.V -- 00C0 /|/|/ 1
000188 0000EFA400 ..-..-..-..-..-..-..-37-..-..-..-..-..-0C # 40064 000'V 00 00C0~/|/|/ 2
000189 0000F04080 ..-..-..-..-..-..-..-3F-..-..-..-..-..-.. # 40064 000 V -- 00C0 /|/|/ 1
00018D 0000F2B280 ..-..-..-..-..-..-..-3E-..-..-..-..-..-.. # 160256 000.V -- 00C0 /|/|/ 1
00018E 0000F34F00 ..-..-..-..-..-..-..-37-..-..-..-..-..-0C # 40064 000'V 00 00C0~/|/|/ 2
00018F 0000F3EB80 ..-..-..-..-..-..-..-3F-..-..-..-..-..-.. # 40064 000 V -- 00C0 /|/|/ 1
000193 0000F65D80 ..-..-..-..-..-..-..-3E-..-..-..-..-..-.. # 160256 000.V -- 00C0 /|/|/ 1
000194 0000F6FA00 ..-..-..-..-..-..-..-36-..-..-..-..-..-.. # 40064 000!V 00 00C0 /|/|/ 1
000195 0000F79680 ..-..-..-..-..-..-..-3E-..-..-..-..-..-.. # 40064 000.V -- 00C0 /|/|/ 1
00019A 0000FAA500 ..-..-..-..-..-..-..-37-..-..-..-80-..-0C # 200320 000'V 00 0080~/|/|/ 3
00019B 0000FB4180 ..-..-..-..-..-..-..-3F-..-..-..-..-..-.. # 40064 000 V -- 0080 /|/|/ 1
00019F 0000FDB380 ..-..-..-..-..-..-..-3E-..-..-..-..-..-.. # 160256 000.V -- 0080 /|/|/ 1
Code: Select all
000 V means envelope only
000.V means envelope plus 125kHz (so that's attenuated)
000!V means there's also noise
000'V means there is noise, but tone is off
Code: Select all
georges@tardis:~/Music/sndh_lf/Big_Alec$ sc68-visual.sh --ym-chans=1 Structure.sndh
000000 0000000000 EE-0E-..-..-..-..-..-36-..-..-..-..-..-.. # 0 EEE!0 00 3
000002 0000013900 82-07-..-..-..-..-..-3E-10-..-..-3C-..-0E # 80128 782.V -- 003C~/\/\/ 6
000005 0000030E80 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
000008 000004E400 82-07-..-..-..-..-..-..-..-..-..-3C-..-0E # 120192 782.V -- 003C~/\/\/ 4
00000B 000006B980 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
00000E 0000088F00 82-07-..-..-..-..-..-..-..-..-..-3C-..-0E # 120192 782.V -- 003C~/\/\/ 4
000011 00000A6480 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
000014 00000C3A00 82-07-..-..-..-..-..-..-..-..-..-3C-..-0E # 120192 782.V -- 003C~/\/\/ 4
000017 00000E0F80 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
00001A 00000FE500 C2-03-..-..-..-..-..-..-..-..-..-0F-..-0E # 120192 3C2.V -- 000F~/\/\/ 4
00001D 000011BA80 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
000020 0000139000 82-07-..-..-..-..-..-..-..-..-..-1E-..-0E # 120192 782.V -- 001E~/\/\/ 4
000023 0000156580 00-00-..-..-..-..-..-..-..-..-..-00-..-00 # 120192 000.V -- 0000~\____ 4
000026 0000173B00 82-07-..-..-..-..-..-..-..-..-..-1E-..-0E # 120192 782.V -- 001E~/\/\/ 4
Users browsing this forum: No registered users and 2 guests