Hi everyone,
I was wondering if it would be possible to send two messages with a single button depending on how we trigger it.
To be more precise, IF WE TAP the button it should send the following:
send('midi:device_name', '/control', 1, 15, 1)
Then in the case where WE HOLD that same button for let's say 5 seconds it would send:
send('midi:device_name', '/control', 2, 15, 1)
Would that be possible?