12-23-2014, 02:21 AM | #1 |
Human being with feelings
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,715
|
Incorrect last touched parameter when skipping JSFX slider (FIXED)
I have had a report that the last touched parameter doesn't work on most of the sliders of my JS mono_synth. To isolate the problem I have created this highly advanced JSFX plug-in:
Code:
desc:nuclear saturator slider1:0<0,1>a slider2:0<0,1>b slider4:0<0,1>c slider5:0<0,1>d If I touch slider1 [a], and then click on the Param button, then the last touched parameter is [a], and the same goes for slider2 [b]. So far so good. However, if I touch slider4 [c], then the last touched parameter is [d] instead of [c], not so good. If I touch slider5 [d], then the last touched parameter is [Bypass], so it would seem that the last touched parameter has shifted because of the slider I left out. I could fix in the JSFX script this by inserting a hidden dummy slider, i.e.: Code:
desc:meltdown limiter slider1:0<0,1>a slider2:0<0,1>b slider3:0<0,1>-dummy slider4:0<0,1>c slider5:0<0,1>d Anyway, can anyone confirm? |
12-23-2014, 02:30 AM | #2 |
Human being with feelings
Join Date: May 2006
Location: Surrey, UK
Posts: 19,702
|
Confirmed.
Referring to your example, after dragging sldier4 , 'd' (slider5) is shown as the last touched parameter.
__________________
DarkStar ... interesting, if true. . . . Inspired by ... |
12-23-2014, 03:12 AM | #3 |
Human being with feelings
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,715
|
Thanks, bug report filed:
http://forum.cockos.com/project.php?issueid=5456 |
12-27-2014, 06:46 AM | #4 |
Mortal
Join Date: Dec 2008
Location: France
Posts: 1,969
|
This should be fixed in the next build...
The "highly advanced JSFX plug-in" was of valuable help Thanks! |
12-28-2014, 02:46 PM | #5 |
Human being with feelings
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,715
|
Thanks for looking into this.
|
Thread Tools | |
Display Modes | |
|
|