Audio MIDI Setup Names
Audio MIDI Setup Names
- Subject: Audio MIDI Setup Names
- From: "brucecoughlin" <email@hidden>
- Date: Fri, 13 Jun 2003 01:38:56 -0400
I'm sure this has probably been asked before, but I can't seem to get into
the archives.
I can't figure out how to access the Audio MIDI Setup names from my app.
For instance, I'm using
MIDIGetNumberofSources() then
MIDIGetSource then
MIDIObjectGetStringProperty(src, kMIDIPropertyName, &pname);
to get the interface model and port name of the ports on a midi interface.
But what I end up with is a list like
MIDITimePieceAV:Port 1
MIDITimePieceAV:Port 2
etc
What I WANT to see are the synths, etc that are connected to those ports,
whose names are in the Audio MIDI Setup.
MIDITimePieceAV:JV2080
MIDITimePieceAV:S-760
How do I access these?
I tried using MIDIDeviceGetEntity() (and the associated calls with it) but
that only returned the same info I already had gotten (Port 1, Port 2, etc).
Any hints?
TIA
_______________________________________________
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.