Double press AND counter

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 !

mocker

2014-06-14 17:36:48

Found a solution : I forgot to send all messages "on timer", that is the Double detection timer !
Now it works and I have my press 1 and press 2 messages not sending if the pad is pressed twice as defined in the timer (500 ms)