• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Documentation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: Newbie has idea, not sure where to start
  • Next by Date: Re: Newbie has idea, not sure where to start
  • Previous by thread: Re: Carbon views and Cocoa windows
  • Next by thread: Re: Documentation?
  • Index(es):
    • Date
    • Thread