Cocoa trying to play a SMF midi file
Cocoa trying to play a SMF midi file
- Subject: Cocoa trying to play a SMF midi file
- From: Ian OKeeffe <email@hidden>
- Date: Thu, 01 Dec 2005 13:08:38 +0000
- Thread-topic: Cocoa trying to play a SMF midi file
Good afternoon.
I am trying to get a button in a basic cocoa interface to play a midi file
(*.mid or whatever). I am trying to use the following functions, but with no
success:
NewMusicSequence()
MusicSequenceLoadSMF()
NewMusicPlayer(&player);
MusicPlayerSetSequence();
MusicPlayerStart();
On build time, I get undefined symbols for the 5 functions. I have included
<AudioToolbox/AudioToolbox.h>.
Do I need to include something else, or am I trying to put Carbon into
Cocoa, or something?
Any help would be great.
Ian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden