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.
fixed locally global variables for
scaled_min
/scaled_max
,mid
, andrand_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
andmid: falling
as options for thereset_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.