Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: help with custom mapping
Hello,

I am trying to create a custom mapping for my Korg Kaoss Dj controller.

I would like to use the Gain knobs on L/R channels as a full-pass filter when SHIFT is pressed.

And it would remain shifted until pressed again.

I tried setting this action under "gain" but it doesn't seem to do what I intend it to:
var '$shift' ? effect_active 'gain' : effect_active 'filter'
 

Posted Mon 06 May 24 @ 10:03 pm
locoDogPRO InfinityModeratorMember since 2013
var '$shift' ? gain : filter
 

Posted Tue 07 May 24 @ 3:07 am