Thanks for your explanation.
But can you show me an example with built- in time variable, i am so ignorant in script, I do not succeed in using it !
Search found 4 matches
- 05 Jan 2017 14:21
- Forum: General Discussion
- Topic: trigger two pads
- Replies: 7
- Views: 1297
- 03 Jan 2017 09:01
- Forum: General Discussion
- Topic: trigger two pads
- Replies: 7
- Views: 1297
Re: trigger two pads
So yes, i have another question
i have two pads A and B
under B
if(A.x==1)x=1;
else if(B.x==0)x=0;
so i press A and i have B simultaneously
but i need a delay , i want B trigger 400 ms after A .
i must use delay() but i dont understand where and how
Thanks
i have two pads A and B
under B
if(A.x==1)x=1;
else if(B.x==0)x=0;
so i press A and i have B simultaneously
but i need a delay , i want B trigger 400 ms after A .
i must use delay() but i dont understand where and how
Thanks
- 02 Jan 2017 19:28
- Forum: General Discussion
- Topic: trigger two pads
- Replies: 7
- Views: 1297
Re: trigger two pads
thanks you so much, it works, now i will tried to really understand.
- 02 Jan 2017 17:57
- Forum: General Discussion
- Topic: trigger two pads
- Replies: 7
- Views: 1297
trigger two pads
Happy New Year !! 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 ...