Hello all im building a multiple lfo patch and im still a newbie of course to ask this ahah, i have one know that i want to have two ranges with for example ultra low lfo rates to audio rates or even have one in the middle.
The idea is to switch this with an hradio and have 2-3 ranges, how can i dont this ; i have been trying with expr and selector and stuff but i cant seem to get it.
Thanks !
-
Have two ranges with one knob
-
UPDATE
apart from the ranges i want when for example im in low setting and i go to middle for the pitch to stay the same as before but only the "sensitivity" of the know to change, maybe make this with a sample and hold ;
-
@dlask IMO:
Normalize your knob range to be 0-1 (or -1 to 1).
Then you can express any range you want, in terms of a range and an offset: value = range * knob + offset.
The radio button would change the range and offset.
"Sample and hold," I'm not sure now exactly what behavior you want. An easy behavior would be: use the radio button to change only the cold inlets of the * and + operators. Then, changing the radio button would not update the output value. The knob would be connected to the * operator's hot inlet, so that touching the knob would produce output.
hjh
-
betwen this number and that number you would multiply by something. and then between this other number and another you multiply by a different value .. you break up the range into sections and then treat them differently