Possible problem with MIDI on Mac + BigSur

Mac OSX specific forum
Joris
Addict
Addict
Posts: 885
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Possible problem with MIDI on Mac + BigSur

Post 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)
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
User avatar
Shardik
Addict
Addict
Posts: 1989
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Possible problem with MIDI on Mac + BigSur

Post by Shardik »

Change

Code: Select all

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

Code: Select all

ImportC "-framework CoreMIDI"
Joris
Addict
Addict
Posts: 885
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Possible problem with MIDI on Mac + BigSur

Post by Joris »

Thanks Shardik, that does it.

Where do you people get all that knowledge ?
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Post Reply