Midi source code (get started)
Midi source code (get started)
- Subject: Midi source code (get started)
- From: Pascal Goguey <email@hidden>
- Date: Wed, 24 Apr 2002 23:30:04 +0900
Hello everybody!
I am new to this list. I have browsed some of the latest archives, but
they are quite huge...
I would like to get started with Midi programming, and therefore,
I would appreciate to find a minimal software allowing me to
- Send midi commands to my piano (or any other instrument)
through the Roland USB/midi interface;
- Receive midi events from an instrument.
As the best possible sample code is the shortest one, basically
in pseudo code, I would need:
InitializeMidiStuffForOutput();
PrepareMessageToPlayOneNote();
PlayOneNote();
EndMidiStuff();
and
InitializeMidiStuffForInput();
WaitForNote();
DecodeMidiMessage();
DisplayWichNoteWasPlayed();
EndMidiStuff();
Thanks for any help!
Pascal
_______________________________________________
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.