How do I get the response from an event I send to a MIDI device? #294
-
I am pretty sure based on this doc https://cdn.inmusicbrands.com/akai/attachments/APC%20mini%20mk2%20-%20Communication%20Protocol%20-%20v1.0.pdf that my Akai APC MINI sends a response message after sending an introductory message (pages 13 and 14 in the PDF), but I'm struggling to figure out how to get that response message via DryWetMidi. I assumed it would just come in over the EventReceived handler but doesn't seem like it. I've got an event handler set up for ErrorOccurred for both the input and output devices but neither get hit, so it's not sending an error either (or DryWetMidi isn't catching it). Any ideas appreciated! I tried digging through the docs for DryWetMidi to find an answer and did a lot of trial and error, but so far no luck. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Gonna' close this. After more tinkering I managed to get the device to respond to a generic inquiry message and captured the response in EventReceived as expected. Seems like the introduction message isn't the same on the original APC Mini vs. the mk2, but that's not an issue with DryWetMidi. |
Beta Was this translation helpful? Give feedback.
Gonna' close this. After more tinkering I managed to get the device to respond to a generic inquiry message and captured the response in EventReceived as expected. Seems like the introduction message isn't the same on the original APC Mini vs. the mk2, but that's not an issue with DryWetMidi.