Skip to content

Music Blocks#

play drum () for () beats#

play_drum drum, beats;
play drum (1 v) for (beats) beats

play note () for () beats#

play_note note, beats;
play note (note) for (beats) beats

set instrument to ()#

set_instrument instrument;
set instrument to (instrument)

rest for () beats#

rest beats;
rest for (beats) beats

set tempo to ()#

set_tempo tempo_;
set tempo to (tempo_)

change tempo by ()#

change_tempo tempo_;
change tempo by (tempo_)