PDA

View Full Version : CTRL not working for fader movements in JS FX


Del Pedro
08-17-2007, 08:25 AM
It seems to me that holding the ctrl key in jesusonic effects doesn't affect the fader movement. You don't get a more precise behaviour.

schwa
08-17-2007, 08:27 AM
At the moment it seems to have the opposite effect ... ctrl accelerates the slider movement in JS plugs.

Del Pedro
08-17-2007, 08:40 AM
That's really strange. Some faders accelerate, some slow down and some are not affected at all ???

noone
10-02-2007, 03:38 PM
It's because the step interval is defined with the js plug slider. For example, one slider from 0 to 100 with a step of 10, will "fine-tune" faster then another similar fader with a step of 1 interval.

I hope I explained that correctly. To remedy the ctrl fine-tune bug in both of these cases, the interval should be set to 0.1 or lower, and the JS plug itself would need to round to nearest integer if needbe.

What I'm not sure of is if the ctrl makes the movement one "step" per pixel. It seems it is. In anycase, yeah it's kinda wierd and would be cool if was consistent like one would expect.