You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a sysex ID request handler, as I've got a piece of hardware that seems to need it to recognize the device. However, the app_sysex_event method doesn't seem to actually get called when I send it 0xF07E7F0601F7. I've attached a minimal code snippet that reproduces the problem. This should light pad 1 any time any sysex message comes in, but it does not light.
The text was updated successfully, but these errors were encountered:
I'm trying to implement a sysex ID request handler, as I've got a piece of hardware that seems to need it to recognize the device. However, the app_sysex_event method doesn't seem to actually get called when I send it 0xF07E7F0601F7. I've attached a minimal code snippet that reproduces the problem. This should light pad 1 any time any sysex message comes in, but it does not light.
The text was updated successfully, but these errors were encountered: