• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Bug in AUHosting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: CLI audio file player?
  • Next by Date: Re: 3DMixer - Observations and Suggestions
  • Previous by thread: Re: MusicPlayer.h or NANoteAllocator?
  • Next by thread: RE: New synth available
  • Index(es):
    • Date
    • Thread