hi
with a switch button i want to control the value of a fader. if the switch is in -1- in want the fader go on -1-.
i have write the script :
if (switch.x == 1 ) fader.x = 1;
this run but i have to touch the fader for he go on 1. if i don't touch it the fader stay on last value.
how make to move the fader ??? without touch it...
in link an exemple...
thanks
f
fader on 1 when switch is 1
-
- Newbie
- Posts: 39
- Joined: 18 Dec 2011 17:30
fader on 1 when switch is 1
- Attachments
-
- buttontofader.jzml
- (3.33 KiB) Downloaded 65 times
Re: fader on 1 when switch is 1
Hey f,
A few ways to move a fader without touching it:
OR
OR
Enjoy!
-D
A few ways to move a fader without touching it:
Code: Select all
while (x==1)
Fader.x=1;
Code: Select all
if (x==0)
x;
else if (x==1)
Fader.x=1;
Code: Select all
x?Fader.x=1:x;
-D
DªM¡∑n˙P®¡¢∑
http://soundcloud.com/d4m13npr1c3
· T∑Mpl4T3z ·
http://liine.net/en/community/user-library/user/4761/
http://soundcloud.com/d4m13npr1c3
· T∑Mpl4T3z ·
http://liine.net/en/community/user-library/user/4761/
Re: fader on 1 when switch is 1
thanks iamdamien.
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro