Page 1 of 1

Possible problem with MIDI on Mac + BigSur

Posted: Thu Mar 25, 2021 12:07 pm
by Joris
First thing ... I'm a real noob on MacOs, so.

This source made by (our dear friend) Wilbert :
viewtopic.php?f=19&t=45740&start=15
Doesn't work anymore on the latest OS version BigSur.

I get a error message at this :
ImportC "/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI"

Which states that CoreMIDI isn't find.
If I try to search for it manualy I don't find it indeed (or the directory must have changed).
I'm quit sure, it worked before installing BigSur.

What must be done to get it back working ?
(Please explain for a OSX-noob)

Re: Possible problem with MIDI on Mac + BigSur

Posted: Thu Mar 25, 2021 12:26 pm
by Shardik
Change

Code: Select all

ImportC "/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI"
to

Code: Select all

ImportC "-framework CoreMIDI"

Re: Possible problem with MIDI on Mac + BigSur

Posted: Thu Mar 25, 2021 2:05 pm
by Joris
Thanks Shardik, that does it.

Where do you people get all that knowledge ?