Hello everyone.
I'm trying to assign a function to a knob on a deck. I have tried this:
device_side 1 ? filter : nothing
device_side 4 ? filter : nothing
The problem is that in number 1 it works fine, but in number 4 it stops working completely, it doesn't detect any function.
Could someone help me please, thanks.
I'm trying to assign a function to a knob on a deck. I have tried this:
device_side 1 ? filter : nothing
device_side 4 ? filter : nothing
The problem is that in number 1 it works fine, but in number 4 it stops working completely, it doesn't detect any function.
Could someone help me please, thanks.
Posted Sun 18 Dec 22 @ 3:44 pm
device_side 1 ? filter : device_side 4 ? filter : nothing
Posted Sun 18 Dec 22 @ 4:27 pm
I already tried that combination, I have tried many combinations without positive results, such as indicating the functions from 1 to 4.
Posted Sun 18 Dec 22 @ 5:33 pm
action_deck 1 ? filter : action_deck 4 ? filter : nothing
Posted Sun 18 Dec 22 @ 5:38 pm
Thank you very much LOCODOG, i have got a working version. Not everything works for me as i would like, but over time i will do to improve it.
Posted Mon 26 Dec 22 @ 12:35 pm