Hello, I created the below script for a backspin echo effect in the Pad Editor but the Pad stays lit on the VDJ skin even when not being pressed. It seems it has something to do with the echo slider values in the script because when I remove them from the script, the Pad no longer stays lit. Any explanation for this?
effect_slider 'echo' 1 65% & effect_slider 'echo' 3 0.205 & effect_slider 'echo' 4 1.0 & effect_beats 'echo' 1 & effect_active 1 'backspin' & effect_active 2 'echo' & repeat_start "MyWait" 10000ms 1 & effect_active 2
effect_slider 'echo' 1 65% & effect_slider 'echo' 3 0.205 & effect_slider 'echo' 4 1.0 & effect_beats 'echo' 1 & effect_active 1 'backspin' & effect_active 2 'echo' & repeat_start "MyWait" 10000ms 1 & effect_active 2
发表时间 Sat 09 Nov 24 @ 6:05 am
effect_active 'backspin' ? on : off & effect_slider 'echo' 1 65% & effect_slider 'echo' 3 0.205 & effect_slider 'echo' 4 1.0 & effect_beats 'echo' 1 & effect_active 1 'backspin' & effect_active 2 'echo' & repeat_start "MyWait" 10000ms 1 & effect_active 2
Try that,
the more correct way to deal with this kind of thing is to add a query=""to the pad page entry at xml level
发表时间 Sat 09 Nov 24 @ 6:39 am
Thank you as always locodog!
发表时间 Sat 09 Nov 24 @ 12:10 pm