Documentation?
Documentation?
- Subject: Documentation?
- From: Steve Gehrman <email@hidden>
- Date: Tue, 22 Jun 2004 19:24:24 -0700
I'm looking at the sample code and see this stuff...
// pan channel 1 hard left
chmsg.status = 0xB0;
chmsg.data1 = 10;
chmsg.data2 = 0;
chmsg.reserved = 0;
MusicTrackNewMIDIChannelEvent(track, 0., &chmsg);
// pan channel 2 hard right
chmsg.status = 0xB1;
chmsg.data1 = 10;
chmsg.data2 = 127;
chmsg.reserved = 0;
MusicTrackNewMIDIChannelEvent(track, 0., &chmsg);
Where is this stuff documented? How do you know what to put in this
status field and the data fields?
-steve
_______________________________________________
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.