dannywarren / AutoHotkey-Midi

Midi functionality for AutoHotkey
BSD 2-Clause "Simplified" License
69 stars 10 forks source link

No SysEx callback #9

Open mbl123 opened 9 months ago

mbl123 commented 9 months ago

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.