Update coremidi to 0.8.0
The changes in coremidi 0.8.0 since the previous 0.6.0 don't affect the API used by midir.
You can see the changelog here: https://github.com/chris-zen/coremidi/releases
Works for me
FWIW, coremidi 0.7.0+ doesn't support macOS 10.x because it uses MIDISendEventList and MIDIReceivedEventList. I'm not sure this is something that is important to anyone, just reporting my findings compiling on macOS Catalina 10.15.7.
FWIW, coremidi 0.7.0+ doesn't support macOS 10.x because it uses MIDISendEventList and MIDIReceivedEventList. I'm not sure this is something that is important to anyone, just reporting my findings compiling on macOS Catalina 10.15.7.
Does that mean that this change should imply a "breaking change" version increase also to midir, i.e. 0.10.0?