Skip to content

Instantly share code, notes, and snippets.

@mtolly
Last active August 29, 2015 14:02
Show Gist options
  • Save mtolly/eb3508eed09e3191ea1a to your computer and use it in GitHub Desktop.
Save mtolly/eb3508eed09e3191ea1a to your computer and use it in GitHub Desktop.
pokered - testing, what does togglecall do?
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
@mtolly
Copy link
Author

mtolly commented May 31, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment