Thread: PortMIDI on OSX

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    2

    PortMIDI on OSX

    Hello Y'all,

    I've been looking for a few days now for a starting point on sending some midi messages out of a C++ program using portMIDI library but cant' seem to find any concrete documentation / examples on how to do this on OSX. I was led to the forum by an example which uses the windows.h so it was of little use to my. Anyone got any good hidden resources?

    -Charles

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Did you look in the pm_test directory?

  3. #3
    Registered User
    Join Date
    Nov 2012
    Posts
    2
    Progress!

    I tried to run pmtest.c with portmidi.h and porttime.h in my xcode project (like the includes suggest).

    PROBLEM: Didn't build the xcode file like the readme suggests.

    SOLUTION: I used CMAKE on the "portmidi" folder and then used the option to build using xcode to my application folder. This made me xcode folder which was necessary. Then I could build and run test.c in the "test" folder and can now probe my midi ports!

Popular pages Recent additions subscribe to a feed