I am attempting to get the BEATS knob on my Numark platinum to cause all 3 fx sliders to move simultaneously, i am unfamiliar with how the custom mapping functions and as of yet can only get it to effect one fx slider at a time.
I am doing this by entering "effect_slider 1" into the action for the "BEATS" knob, what do i need to enter for it to effect sliders 1, 2 and 3?
I am doing this by entering "effect_slider 1" into the action for the "BEATS" knob, what do i need to enter for it to effect sliders 1, 2 and 3?
Inviato Wed 01 May 19 @ 12:37 pm
Beats dial isn't a potentiometer [reports where it is] it's an encoder [reports the change from where it was last]
param_bigger 0 ? effect_slider 1 1 +1% & effect_slider 2 1 +1% & effect_slider 3 1 +1% & : effect_slider 1 1 -1% & effect_slider 2 1 -1% & effect_slider 3 1 -1%
Explained: Has it changed in the positive direction [clockwise] [change of +1] ? Yes, effect on slot 1, slider 1 add 1% etc : No [change of -1] do the opposite.
param_bigger 0 ? effect_slider 1 1 +1% & effect_slider 2 1 +1% & effect_slider 3 1 +1% & : effect_slider 1 1 -1% & effect_slider 2 1 -1% & effect_slider 3 1 -1%
Explained: Has it changed in the positive direction [clockwise] [change of +1] ? Yes, effect on slot 1, slider 1 add 1% etc : No [change of -1] do the opposite.
Inviato Wed 01 May 19 @ 12:58 pm
locodog wrote :
Beats dial isn't a potentiometer [reports where it is] it's an encoder [reports the change from where it was last]
param_bigger 0 ? effect_slider 1 1 +1% & effect_slider 2 1 +1% & effect_slider 3 1 +1% & : effect_slider 1 1 -1% & effect_slider 2 1 -1% & effect_slider 3 1 -1%
Explained: Has it changed in the positive direction [clockwise] [change of +1] ? Yes, effect on slot 1, slider 1 add 1% etc : No [change of -1] do the opposite.
param_bigger 0 ? effect_slider 1 1 +1% & effect_slider 2 1 +1% & effect_slider 3 1 +1% & : effect_slider 1 1 -1% & effect_slider 2 1 -1% & effect_slider 3 1 -1%
Explained: Has it changed in the positive direction [clockwise] [change of +1] ? Yes, effect on slot 1, slider 1 add 1% etc : No [change of -1] do the opposite.
Thankyou that script worked great!
Inviato Wed 01 May 19 @ 1:13 pm
Actually,
effect_slider 1 1 & effect_slider 2 1 & effect_slider 3 1
should work too
effect_slider 1 1 & effect_slider 2 1 & effect_slider 3 1
should work too
Inviato Wed 01 May 19 @ 1:53 pm