I try to map the gain knob on deck 3 on the MC6000 mk1 control the filter of deck 3.
the other gain knobs will act as normal gain knobs.
But I'm having trouble to make a function different depending on what deck gain-knob is turned.
is it possible to map different functions for the gain knobs?
I tried like: device_side 3 ? filter : gain
and: deck 3 ? filter : gain
the other gain knobs will act as normal gain knobs.
But I'm having trouble to make a function different depending on what deck gain-knob is turned.
is it possible to map different functions for the gain knobs?
I tried like: device_side 3 ? filter : gain
and: deck 3 ? filter : gain
geposted Fri 16 Oct 15 @ 7:00 pm
action_deck 3 ? filter : gain
geposted Sat 17 Oct 15 @ 6:12 am
having said that, "device_side 3" should work, maybe not because it's because it's a hidden deck???
geposted Sat 17 Oct 15 @ 11:02 am
Thanks Loco,
Your script did work but device_side 3 did not, even if the skin is set in 4 deck mode.
Your script did work but device_side 3 did not, even if the skin is set in 4 deck mode.
geposted Sat 17 Oct 15 @ 12:47 pm