mogrifier / WavsynModular

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

add free and lock modes #48

Closed mogrifier closed 2 weeks ago

mogrifier commented 1 month ago

adding issue to implement free/lock mode. changing mode switch to QUANT.

add a UI element (switch or button).

presets only guaranteed to load properly in "free" mode (which prevents space adjustments). Locked mode adjusts space for steps to 100%.

Means you could have a preset with more than 100% space and it would work fine.

mogrifier commented 1 month ago

there is a challenge when switching modes. hard to reset something that is way too big for one bar. perhaps add code to scale it down evenly into 1 bar.

mogrifier commented 2 weeks ago

UI change is complete and the new quant knob is wired up to do what the old mode knob did. Now mode will be used to select free or locked, but that impact has to be coded still.

mogrifier commented 2 weeks ago

I have made 'free' the default mode. 'locked' is a little frustrating- still thinking about it and put out a new issue on it. Updated presets to match the UI and this new setting.