mogrifier / WavsynModular

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

implement sequence reversal #18

Closed mogrifier closed 3 months ago

mogrifier commented 3 months ago

Chance to reverse on any given step. This is tricky. May need a separate array that has the steps in it, that also provides the 1..8 mapping needed.

Should a reversal play entire reversed sequence before you can reverse again? I don't think I want the sequence rapidly ping-ponging.

Set a reversal flag that is reset after playing 8 steps. If flag is set, reverse is not allowed.

mogrifier commented 3 months ago

standard c++ array reverse function used. Be sure to run reverse after other manipulations.