I am really new on Lemur and i have certainly a very simple question, but i cant find the way.
I have five simple Pads named A B C D E
every Pad send just one different command, via OSC and it works .
i like to have one new pad called AB to trigger A and B simultaneously , another for CE , and BC , and the last one BD.
I script under A and B
if(AB.x==1)x=1;
else if(AB.x==0)x=0;
and it's ok AB trigger A et B
the same for C and E , but i dont know what to script for BD (as i already use B in AB )
Hope you can understand my question and my english !!!!
Thanks
