01-15-2019, 04:27 AM
Hello,
Today we have 3 options for each rhythm step:
Velocity X: Will play the next pattern step at specified velocity (= pattern step index is increased)
Rest: Will not play to the next pattern step, but also will NOT increase the pattern index (= pattern step index unchanged)
Tie: Like "Rest", but holds the previous note (= pattern step index unchanged)
I miss a "Mute" option that acts like "Rest", but where the pattern index is also increased. Today the only way to "move" to the next step in the pattern is by playing a note.. there's no way to move to the next step in silence.
Today we have 3 options for each rhythm step:
Velocity X: Will play the next pattern step at specified velocity (= pattern step index is increased)
Rest: Will not play to the next pattern step, but also will NOT increase the pattern index (= pattern step index unchanged)
Tie: Like "Rest", but holds the previous note (= pattern step index unchanged)
I miss a "Mute" option that acts like "Rest", but where the pattern index is also increased. Today the only way to "move" to the next step in the pattern is by playing a note.. there's no way to move to the next step in silence.
Code:
Example with a 4 steps pattern: C, D, E, F
Rest behavior in a 4 steps Rythm: [127, 127, rest, 127] => C, D, silence, E, F, C, D, silence, E, F, etc.
Mute behavior in a 4 steps Rythm: [127, 127, mute, 127] => C, D, silence, F, C, D, silence, F, etc.