Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Need a little help with scripting

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

DJ HeyePRO InfinityMember since 2017
Hello support,

I use a Denon MCX8000 controller.
I already configured a user button with the following script:
toggle '$TL3' & var '$TL3' ? deck 3 linein 3 on : deck 3 linein 3 off

It toggles the line in channel 3 on and off, this works perfectly.
The problem now, with the new STEMS feature, that this also disables the outer STEMS knobs (used for channel 1)

My question:
Is it possible to automatically disable (set to off) the linein 3 audio input when the fader for channel 1 is moved up from the zero position?
And, if moved to zero again, put linein 3 to 'on' again.

Thanks in advance.
 

Inviato Sun 02 Aug 20 @ 5:52 pm
Why not assign
volume & param_bigger 0.03 ? deck 3 linein 3 on : nothing
to the volume slider?
(I'm not sure if the deck and line numbers are correct here)
 

Inviato Sun 02 Aug 20 @ 6:26 pm
DJ HeyePRO InfinityMember since 2017
FunctionGer wrote :
Why not assign
volume & param_bigger 0.03 ? deck 3 linein 3 on : nothing
to the volume slider?
(I'm not sure if the deck and line numbers are correct here)


Thanks for the reply, but i have no clue where to put this script line in the pro.xml file.

 

Inviato Sun 02 Aug 20 @ 6:40 pm
DJ HeyePRO InfinityMember since 2017
I've Googled and search this forum, and i come up with this so far:

In my MCX8000 (custom) mappings i added this line in my VOLUME Key:
volume & get_level 'deck 1' & param_bigger 0.01 ? deck 3 linein 3 off : deck 3 linein 3 on

It works, but it reacts to all deck sliders. I want it assign to only deck 1.

What am i missing here? Never mind.... found the solution:
volume & param_bigger 0.00 '`deck 1 get_volume`'  ? deck 3 linein 3 off : deck 3 linein 3 on



 

Inviato Wed 05 Aug 20 @ 2:14 pm


(Vecchi argomenti e forum sono automaticamente chiusi)