Bug in AUHosting
Bug in AUHosting
- Subject: Bug in AUHosting
- From: Franck Stauffer <email@hidden>
- Date: Mon, 21 Oct 2002 03:31:54 +0200
Hey,
I just noticed that some of parameters don't display correctly in
AUHosting...I do:
static const void* titre[]={ CFSTR("-12 dB/octave"), CFSTR("-24
dB/octave")};
*tArrayRef=CFArrayCreate(NULL, titre, 2, NULL);
in GetParameterValueStrings, and when i try to change the value in
AUHosting it just display an empty popupbutton tho the initial value
displayed is correctly, now if I remove the minus in those strings
static const void* titre[]={ CFSTR("12 dB/octave"), CFSTR("24
dB/octave")};
*tArrayRef=CFArrayCreate(NULL, titre, 2, NULL);
then it works ..whereas in logic it works in both cases...Am I missing
something or is it a bug?
thanks
Franck
_______________________________________________
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.