Connexion rapide:  

Forum: Old versions

Sujet Mixtrack pro mapping CUE_MIX modify with shift

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

blckjckPRO InfinityMember since 2008
Hello,

I have mapped my cue_gain to work as my video cross-fader when the video and audio faders are not linked. Usually I CUE/PFL on a channel in my analog mixer so I can adjust the volume on my headphones there. When I practice or chill out at a friends I use the headphone jack on the front of the Mixtrack. I have remapped my EQ knobs to work other functions like the filter and key, when the shift function is active. I would like the CUE_MIX to adjust the headphone volume when the shift is active. I think my problem is that there is a shift button for either deck, and I need to work with a global variable, but I am unable to get the syntax correct.

Here are the action strings I have tried so far.
var "$shift" ? headphone_volume : headphone_mix

var "shift" ? headphone_volume : headphone_mix


Can anyone guide me with the correct syntax please?

Max
 

Posté Wed 12 Sep 12 @ 9:48 pm
this should work as long as you haven't changed the shift variables name...

var "shift" ? headphone_volume : headphone_mix

make sure you have the correct spelling and no duplicate controls in the mapper. You can reorder the list my name to make it easier to spot any duplicates.
 

Posté Wed 12 Sep 12 @ 10:48 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You can try setting your SHIFT button as ..
set "shift" 1 while_pressed & set "$shift" 1 while_pressed

and use the global $shift for your headphone actions.
 

Posté Wed 12 Sep 12 @ 11:07 pm
blckjckPRO InfinityMember since 2008
synthet1c wrote :
var "shift" ? headphone_volume : headphone_mix


I thought that at first when I tried it before, but as i thought, it needing to set the global along with the local. Modifying djdads syntax with toggle allowed me to get the results I wanted. I wanted to keep the toggle option because I do other things with the shift active.
The following code is what worked for me.

Key: SHIFT
toggle "shift" & toggle "$shift"

Key: CUE_MIX
var "$shift" ? headphone_volume & booth_volume : headphone_mix


Thanks guys!

Max
 

Posté Wed 12 Sep 12 @ 11:28 pm


(Les anciens sujets et forums sont automatiquement fermés)