Re: More newbie AU questions (compiler stuff, indexed parameters...)
Re: More newbie AU questions (compiler stuff, indexed parameters...)
- Subject: Re: More newbie AU questions (compiler stuff, indexed parameters...)
- From: "Paul Kellett" <email@hidden>
- Date: Wed, 18 Sep 2002 09:31:15 +0100
Following up on my last post...
>
> *outStrings = CFArrayCreate(NULL, (const void**)strs, 3, NULL);
>
> return noErr;
>
>
Thanks, that works, and I now get a dropdown list instead of a slider.
>
>
I'm puzzled why in GetParameterInfo, strcpy(outParameterInfo.name, "Name")
>
stops working for that parameter.
When using kAudioUnitParameterUnit_Indexed, if I don't supply any
ParameterValueStrings, then I get the usual slider, but with parameter
values quantized to integers. My parameter name displays as normal.
If I do supply ParameterValueStrings I get a dropdown list, but the
paramter name becomes "indexed param" and my parameter name setting is
ignored (using either method - strcpy into .name or using a CFString).
I haven't worked out where the text "indexed param" is coming from...
Paul.
_____________________________
m a x i m | digital audio
http://mda-vst.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.