Hello everyone. I am using the numark mixtrack pro 3 as my controller and i simply want to use the pitch levels as my main volume levels but use my volume levels as scratch type of faders. I want to ultimately use the volume levels to play at full volume when i turn them up a notch and turn down to 0 when turned down like the crossfader does when in scratch mode. Can anyone help me with a script that will help me accomplish my goal?
Posted Mon 05 Sep 16 @ 9:46 pm
param_bigger 2% ? level 1 : level
Posted Mon 05 Sep 16 @ 11:34 pm
Thank you for your post and thanx for your time but it isn't working. I'm new to vdj so i might be doing it wrong. could you give me a bit more info on how to do it. i know i have to go to the controller tab in the options and move the volume slider to show levels in the box for me to change the parameters. what is my next move?
Posted Tue 06 Sep 16 @ 3:36 pm
You'll see the word 'level' in the action box,
replace 'level' with
param_bigger 2% ? level 1 : level
I might have it backwards so if that doesn't work try
param_bigger 2% ? level : level 1
replace 'level' with
param_bigger 2% ? level 1 : level
I might have it backwards so if that doesn't work try
param_bigger 2% ? level : level 1
Posted Tue 06 Sep 16 @ 6:05 pm
Thanx Loco. The second one works.
Posted Tue 06 Sep 16 @ 8:17 pm