midir icon indicating copy to clipboard operation
midir copied to clipboard

Update coremidi to 0.8.0

Open chris-zen opened this issue 2 years ago • 2 comments

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

chris-zen avatar Nov 18 '23 12:11 chris-zen

Works for me

iCodeSometime avatar Dec 24 '23 21:12 iCodeSometime

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.

arteme avatar Jan 14 '24 15:01 arteme

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?

Boddlnagg avatar Jan 31 '24 17:01 Boddlnagg