Xenakios / Atelier

Plugin for VCV Rack
Other
42 stars 2 forks source link

Implement Plaits' LFO Mode #12

Closed xandramax closed 4 years ago

xandramax commented 4 years ago

The hardware Plaits has an LFO Mode, accessed by adjusting the hidden Octave setting to its lowest value.

This mode does not have any special influence on the models. It simply lowers the minimum and maximum frequency settings which are accessible via the front panel Frequency knob.

The relevant lines in the Plaits code are here, although this particular file is not actually used by Palette (because the Plaits UI code is never loaded). The equivalent line in Palette is instead here.

Changing 60f to -48.37f on that line in Palette therefore enables the same LFO mode as is available in hardware Plaits. This PR adds a contextual menu option to enable this change.