Re: MIDI problem, can I determin the MIDI source is vertual or phisycal?
Re: MIDI problem, can I determin the MIDI source is vertual or phisycal?
- Subject: Re: MIDI problem, can I determin the MIDI source is vertual or phisycal?
- From: Kurt Revis <email@hidden>
- Date: Sat, 5 Jul 2003 13:49:06 -0700
On Saturday, July 5, 2003, at 08:21 AM, Nobuyasu Jinnai/神内伸恭 wrote:
Is there any way to determin the MIDI source is vertual or phyisical?
Use MIDIEndpointGetEntity(). If the endpoint is physical,
MIDIEndpointGetEntity() will return an entity. If it is virtual, it
won't. (I don't recall if the function will return an error code or
if it will just give you a NULL entity, but it should only take a few
minutes to find out.)
--
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.