werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

waitUntil track command #439

Open SambaGodschynski opened 2 weeks ago

SambaGodschynski commented 2 weeks ago

as a compose I want to tell a track to wait for an cue event, in order to orchestrate sequences (and as an alternative to #428)

[
waitUntil: "myCue"
{
  c d ...
}
]