Re: Finding External MIDI Devices
Re: Finding External MIDI Devices
- Subject: Re: Finding External MIDI Devices
- From: Jeremy Sagan <email@hidden>
- Date: Fri, 28 Nov 2003 15:19:37 -0500
Robert,
Have you tried this:
static MIDIEndpointRef EndPointToConnectionEndPoint(MIDIEndpointRef sp)
{
CFDataRef UniqueConnectionIDArray;
OSStatus stat = MIDIObjectGetDataProperty(sp,
kMIDIPropertyConnectionUniqueID, &UniqueConnectionIDArray);
....
Jeremy
On Friday, November 28, 2003, at 03:00 PM, Robert Grant wrote:
So I've got a MIDISport 2x2 connected to an Emu Proteus which is
defined as such in AMS. But when I examine the MIDI Device to which
that MIDI Endpoint is connected I get the MIDISport not the Proteus
and as such have no way of finding it's MIDI name document.
How is one supposed to make the leap from the USB MIDI device to the
actual external MIDI device?
I can find the Proteus by iterating over MIDIGetExternalDevice() - but
I don't see how to make the link between the endpoint and the external
device.
Thanks,
Robert.
_______________________________________________
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.
_______________________________________________
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.