Page 1 of 1

Re: Just a question!

Posted: 06 Aug 2019 11:00
by radio42
When you use the ASYNC command as the first command, all subsequent commands will be executed asynchronously in a non-blocking mode. I.e. use:

ASYNC
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x30 0x64
SLEEP 3000
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x32 0x64
SLEEP 4000
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x32 0x64
SLEEP 3000
EXEC_SEND_MIDI_SYSEXMSG 0x90 0x30 0x64