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'
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'
Inviato Mon 06 May 24 @ 10:03 pm
var '$shift' ? gain : filter
Inviato Tue 07 May 24 @ 3:07 am