Sign In:     


Forum: General Discussion

Topic: Can someone tell me why it doesn't work?
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.
 

Posted Sun 18 Dec 22 @ 3:44 pm
device_side 1 ? filter : device_side 4 ? filter : nothing
 

I already tried that combination, I have tried many combinations without positive results, such as indicating the functions from 1 to 4.
 

action_deck 1 ? filter : action_deck 4 ? filter : nothing
 

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.