Re: GetParameterValueStrings requires fixed, compile time strings?
Re: GetParameterValueStrings requires fixed, compile time strings?
- Subject: Re: GetParameterValueStrings requires fixed, compile time strings?
- From: Bill Stewart <email@hidden>
- Date: Tue, 8 Apr 2003 11:25:07 -0700
On this note...
We're looking at the ramifications of localization these strings and
will have some code in the SDK to do this shortly...
Bill
On Monday, April 7, 2003, at 11:32 PM, Shai Shasag wrote:
I'm implementing plugin automation using AUBase parameters.
The function GetParameterValueStrings is called for indexed parameters
to get the names of each possible value of the parameter.
Apple's example shows that this function should fill in a pointer to
CFArrayRef containing CFStringRef objects. The CFStringRef are created
by the CFSTR function.
Problem is that, as I understand CFStringRef, these objects can only
be created at compile time, like the string literals they replace.
However my values are dynamically created at runtime.
Is there a way to create these strings at runtime?
Shai Shasag
Waves
_______________________________________________
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.