Reply To: Storing received sysex dump as memoryblock then process

Home Forums General Programming Storing received sysex dump as memoryblock then process Reply To: Storing received sysex dump as memoryblock then process

#118915
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    Hi Damien,

    Great that it’s working.

    So if you need to send an ACK message, but need a delay, just before you send the message try:

    os.execute(sleep(125))

    125=Milliseconds for example.

    Or an example of timer code in this post (with example panel)

    ctrlr.org/forums/topic/midi-out-led/#post-118738

    Ctrlr