mogrifier / WavsynModular

WavsynModular code for VCVRack Modules
GNU General Public License v3.0
1 stars 0 forks source link

implement step skipping #17

Closed mogrifier closed 2 months ago

mogrifier commented 2 months ago

a chance to skip the current step. Does not affect space. This is implemented by turning off the gate for the entire step. Bool flag for skip that is used in the gate on/off logic should do the trick. Note that the CV out for the step and ALLCV out will still have a voltage, so you have to use gate.

mogrifier commented 2 months ago

Could keep cv output the same as prior step when skipping- makes more sense, even if using gate to turn off the step. What does skip mean? no output or hold prior output. That affects implementation.

mogrifier commented 2 months ago

By turning individual gate setting down on a channel, if turns off the output for that step's SPACE making nice gaps in the pattern, like original SKIP idea. I like how this sounds. Random SKIP with gaps I believe is the way. More rhythmic interest than just holding a note.

mogrifier commented 2 months ago

implemented and tested. works fine- nice rhythmic affects by turning off the gate for steps randomly.