AutoHotkey-Midi icon indicating copy to clipboard operation
AutoHotkey-Midi copied to clipboard

No SysEx callback

Open mbl123 opened this issue 1 year ago • 0 comments

I am unable to get any of the callbacks to fire on an incoming SysEx message. I have tried sending 0xF0 followed by one to eight bytes of data and ending the message with 0xF7. I tried adding a OutputDebug at the top of the __MidiInCallback method, but I don't get anything. MIDI CCs and Notes trigger their callbacks as they should.

I'm on Windows 10 Pro and AHK v1.1.37.01.

mbl123 avatar Jan 28 '24 19:01 mbl123