monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

lfo fixes + improvements #1630

Closed dndrks closed 1 year ago

dndrks commented 1 year ago

fixed locally global variables for scaled_min / scaled_max, mid, and rand_value, which interfered with scaling when multiple LFOs were running with different min/max values and baselines. reported via @WilliamHazard here. edit: tested + confirmed workling both on my side + for spencer's case!

also, added mid: rising and mid: falling as options for the reset_target, which allows more musical control over how the reset affects the starting value. these options are placed at the end of the option table, so PSETs are not interrupted.