Re: Where is kMIDIPropertyName?
Re: Where is kMIDIPropertyName?
- Subject: Re: Where is kMIDIPropertyName?
- From: Doug Wyatt <email@hidden>
- Date: Wed, 27 Mar 2002 08:58:02 -0800
Hi Steve,
It's a data export from CoreMIDI.framework (and CoreMIDIServer.framework
which only drivers should be concerned with). I assume you're having
difficulties getting at it from CFM.
If it's a PITA to have to look up and manually import all the property
name symbols, you could write a short command-line app that prints their
values, and just redefine them yourself -- since the property names get
written into pref files etc., they won't ever change.
e.g. write a short .c file like:
const CFStringRef kMIDIPropertyName = CFSTR("name");
Doug
On Wednesday, March 27, 2002, at 04:37 , Steve Berkley wrote:
Where does the constant kMIDIPropertyName actually live in a header
file?
I'm certainly aware of it's existence in this format in MIDIServices.h:
extern const CFStringRef kMIDIPropertyName;
I've spent more time trying to find this constant than any developer
should
ever have to.
Thanks-
SB
--
.o~
Berkley Integrated Audio Software, Inc.
1370 Industrial Ave, Suite A, Petaluma, CA 94952
707-782-1866 FAX: 707-782-1874
Sales:800-775-2427 <http://www.bias-inc.com>
_______________________________________________
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.
--
Doug Wyatt
work: email@hidden (CoreAudio)
personal: email@hidden
http://www.sonosphere.com
"Temporal = temporary".
-- dsw
_______________________________________________
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.