Accesso rapido:  

Forum: General Discussion

Topic: clone fader 1 and 3
hello,
Is it possible to clone fader 1 and 3.
So if i move fader 1, fader 3 is moving to and both faders have the same level
 

Inviato Sat 15 Oct 22 @ 1:35 pm
locoDogPRO InfinityModeratorMember since 2013
action_deck 1 ? level & deck 3 level : level

like that
 

Inviato Sat 15 Oct 22 @ 1:53 pm
action_deck 1 ? level & deck 3 level : level doesn't seem to do anything.

I have a launchpad mini MK3 and would like to assing a button to toggle that function.
When i put the code in at the correct place it doesnt change anything.

the code for the button:

var '$lpmk3page' 0 ? shift ? sampler_stop 43 : sampler_pad 43 : var '$lpmk3page' 1 ? deck left loop_half : var '$lpmk3page' 2 ? deck left slicer 7 : var '$lpmk3page' 3 ? deck left loop_half : var '$lpmk3page' 4 ? action_deck 1 ? level & deck 3 level : level : var '$lpmk3page' 5 ? nothing : nothing

" var '$lpmk3page' 4 ? action_deck 1 ? level & deck 3 level : level"
Is the code for page 4 but it dont work
 

Inviato Sat 15 Oct 22 @ 2:20 pm
locoDogPRO InfinityModeratorMember since 2013
yeah it's not a button script, it's a slider script.

you probably want a rsi passing deck 1's level slider to deck 3, if you want it constant.
If a one shot, same idea but no rsi.
 

Inviato Sat 15 Oct 22 @ 4:16 pm