You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If last note == None:
pass
else:
Stop last note that has been available
If note == None:
pass
else:
Play note
Last note == note
If CMD =! retrig:
Wait for one note length
Else:
Retrig value = note retrig value
If retrig value > 0:
wait for one note / retrig
Retrivalue -= 1
If CMD == stop:
Stop last note
Last note = None
Modifiers apply a modification to the note on their left.
Note Modifiers:
Staccato, length
Play note only for fixed amount of timereTrigger, divider
Retrigger the current note instead of playing it just once, amount is given by divider. 2 -> twice 4 -> four timesHold note
Do not set stop note until next input.Random, range
play a random note in the range up and down from the set note. E.g. base note 'C 5'Step modifiers
Backwards, speed
Step backwards in the phrase chain until the start is hit, manipulate backwards speedJump, frequency
, randomly skip this step 'The text was updated successfully, but these errors were encountered: