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

#118908
damien
Participant
    • Topics: 15
    • Replies: 62
    • Total: 77

    Well I don’t know what’s happening, it’s more like if the ctrl don’t receive the sysex message.
    Tomorrow I’ll try a simple button that send the dump request message.

    Then display the message received by ctrlr in the console.
    something like :

    midiMessageReceived = function(midiMessage)
    console(String(midiMessage:toHexString(1)))
    end
    

    It should display the sysex message received in the console isn’t it?

    Ctrlr