Re: MIDI callback thread
Re: MIDI callback thread
- Subject: Re: MIDI callback thread
- From: Kurt Revis <email@hidden>
- Date: Tue, 2 Jul 2002 11:43:50 -0700
On Tuesday, July 2, 2002, at 02:47 AM, Norbert Schnell wrote:
Are the call back functions of all MIDI input ports called in (a
different but) the same thread
Yes. This is a thread which CoreMIDI creates for you.
and is this thread as well the same as the notify callback for the
client??
No. Your MIDINotifyProc gets called in the same thread which originally
called MIDIClientCreate(). This is usually the main thread of your
application (although it doesn't necessarily have to be).
--
Kurt Revis
email@hidden
_______________________________________________
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.