Last active
August 29, 2015 14:02
-
-
Save mtolly/eb3508eed09e3191ea1a to your computer and use it in GitHub Desktop.
pokered - testing, what does togglecall do?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Music_TitleScreen_Ch1:: | |
tempo 0, 144 | |
notetype 12, 10, 0 | |
octave 4 | |
note C_, 4 | |
callchannel ASubroutine | |
note C_, 4 | |
togglecall | |
note E_, 4 | |
callchannel ASubroutine | |
note E_, 4 | |
note C_, 4 | |
callchannel ASubroutine | |
note C_, 4 | |
togglecall | |
note E_, 4 | |
callchannel ASubroutine | |
note E_, 4 | |
endchannel | |
ASubroutine:: | |
note G_, 4 | |
endchannel | |
Music_TitleScreen_Ch2:: | |
Music_TitleScreen_Ch3:: | |
Music_TitleScreen_Ch4:: | |
endchannel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plays C-G-C-E-G-E-C-G-C-E-G-E, when I would expect it to end after one of the Gs.