Re: help with beginner MIDI
Re: help with beginner MIDI
- Subject: Re: help with beginner MIDI
- From: Iain Wood <email@hidden>
- Date: Fri, 12 Mar 2004 01:03:30 +0000
On 11 Mar 2004, at 23:42, Bob Sabiston wrote:
Hello,
I want to rig up a simple MIDI trigger in my program, where stomping
on a drum machine foot pedal is going to do something. How can I do
this? Where is there sample code demonstrating simple MIDI I/O for
OSX?
Thanks
Bob
Check out the sample code that comes with dev tools. Under coreaudio
there is a midi folder containing a sample program that echoes midi in
to midi out. You might also try googling for PYMidi. Its a framework
written by Pete Yandell that you can include in an xcode project and
gives you an easier way of accessing midi. The docs that are with it
helped me get my head round how to read and write midi.
You could always try trawling through the archives here too.
Iain
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.