Attaching step slider LFO w/ Negative values to Hardcoded FX parameter
-
Hello,
Right now i've got a HardCodedFX with one knob that has a minimum value of -1 and a max value of 1. I've then attached an LFO to parameter1 and have set NUM_HARDCODED_FX_MODS=6. Seems to work great when using a normal sine wave and range of 0 to 1 however when I use a step slider that has a min value of -1 and high value of 1 and attach to a step lfo, it seems to not recognize the input of the lfo any more but I can see the value of the LFO moving according to the steps. When I set the slider range from 0 to 1 and the knob range to 0 to 1 it works fine for step lfo...it is important to me that my step lfo allow negative values purely for the UI, I want to make sure I can have the step slider that inverts in the middle value (0).
Perhaps there'd be a way to modify the step slider so that the middle value it inverts on is .5 and that'd be another way to solve this but i'm guessing not.