kMIDIPropertyName from CFM?
kMIDIPropertyName from CFM?
- Subject: kMIDIPropertyName from CFM?
- From: John Alexander <email@hidden>
- Date: Fri, 10 Aug 2001 16:54:02 -0400
Hi - Thanks everyone for the help in making a CFM - Mach-O - CFM callback.
It works great. Now I have another question.
From my Carbon CFM app I am calling MIDIObjectGetString which I would like
to pass kMIDIPropertyName top get the name of a device. Where do I get this
constant from? I have tried using CFBundleGetFunctionPointerForName and it
returns a pointer to kMIDIPropertyName, but is this right?
Is there a way to get the name of a device from a CFM app? How do I handle
kMIDIPropertyName?
Thanks!