Re: MIDI Sounds
Re: MIDI Sounds
- Subject: Re: MIDI Sounds
- From: "Mark A. Stratman" <email@hidden>
- Date: Sat, 12 Jun 2004 08:55:35 -0500
QuickTime is capable of handling MIDIs. Documentation here:
http://developer.apple.com/documentation/QuickTime/QuickTime.html
(although I could hardly tell you where to begin, since I've never used
it programmatically)
There's also a very powerful, free (open source) sound processing
library called MusicKit:
http://musickit.sourceforge.net/
I like it, and they have plenty of example code.... but it might be
overkill for your needs.
- Mark
On Jun 12, 2004, at 7:37 AM, Rick Bischoff wrote:
Hello,
I need to programatically create certain notes during my program's
runtime. Anyone have any idea
how to do this?
(As a last resort, I could always record every note I needed and save
them as external sound files....)
Thanks,
Rick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >MIDI Sounds (From: Rick Bischoff <email@hidden>) |