Quick Sign In:  

Forum: General Discussion

Topic: Custom Mapping for fx sliders.

This topic is old and might contain outdated or incorrect information.

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?
 

Posted Wed 01 May 19 @ 12:37 pm
locoDogPRO InfinityModeratorMember since 2013
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.
 

Posted 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.


Thankyou that script worked great!

 

Posted Wed 01 May 19 @ 1:13 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Actually,
effect_slider 1 1 & effect_slider 2 1 & effect_slider 3 1
should work too
 

Posted Wed 01 May 19 @ 1:53 pm


(Old topics and forums are automatically closed)