Re: MIDI endpoint names & others
Re: MIDI endpoint names & others
- Subject: Re: MIDI endpoint names & others
- From: Andre Lipinski <email@hidden>
- Date: Tue, 25 Jun 2002 13:35:11 -0400
On Tuesday, June 25, 2002, at 11:09 AM, Doug Wyatt wrote:
On Tuesday, Jun 25, 2002, at 02:42 US/Pacific, Norbert Schnell wrote:
Hi!
1.
I am wondering how to persistently represent a MIDI source or
destination.
I thought a concatenation of the device, entity and endpoint name (or
only the endpoint name in case of a virtual endpoint) should do it but
unfortunately I don't get a name neither from the entity nor from the
device...
What device? I've never seen one without a name.
Best is to save the uniqueID property and the device + entity name.
Match first on the uniqueID -- then you will tolerate renaming. And then
you still have the name to display to the user if the device is missing.
Keep in mind that the unique ID can change under rare conditions, so match
on names secondly.
Andre.
_______________________________________________
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.