finding midi device Endpoints by External Devices names?
finding midi device Endpoints by External Devices names?
- Subject: finding midi device Endpoints by External Devices names?
- From: Ken Hawkins <email@hidden>
- Date: Wed, 11 Feb 2004 11:47:01 -0800
i have a bit of a disconnect here that i'm sure can be easily explained.
i can find the device that i am looking for via:
MIDIGetExternalDevice(i)
i can iterate through them and match the make, model number, etc.
however i cannot get the endpointref for this without using
MIDIGetDestination which does not return the model, make, etc of the
device connected only port numbers.
< background - this unit is conneted through a unitor MKII >
it only returns port #'s
i am unclear as to how to connect to the device that i want to send it
packets of midi data. how can i connect to the endpoint of a SPECIFIC
midi device and send it data?
when i try to pull the uniqueID via 'MIDIObjectGetIntegerProperty(dev,
kMIDIPropertyUniqueID, pUniqueID)' where dev is a MIDIDeviceRefi get
nothing. what am i missing?
thanks,
ken;
_______________________________________________
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.