mocker
2014-06-14 16:13:55
Hi,
Using a Softstep, with the same button, Id like to be able to do that :
- 1st press record
- 2nd press play
- double tap stop
It actually works, using variables and a timer, but I can't figure out a way to avoid the single press message(s) to be sent when I double press. Precisely, it's' having on one side a counter handling press 1, press 2 etc. and on the other side, a timer handling the double tap. I can't mix them and make them work together in a satisfying way.
A little help would be appreciated.
Thanks !
Using a Softstep, with the same button, Id like to be able to do that :
- 1st press record
- 2nd press play
- double tap stop
It actually works, using variables and a timer, but I can't figure out a way to avoid the single press message(s) to be sent when I double press. Precisely, it's' having on one side a counter handling press 1, press 2 etc. and on the other side, a timer handling the double tap. I can't mix them and make them work together in a satisfying way.
A little help would be appreciated.
Thanks !