• 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
Re: notifying the UI from the process
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: notifying the UI from the process


  • Subject: Re: notifying the UI from the process
  • From: Cynthia Bruyns <email@hidden>
  • Date: Thu, 26 Jan 2006 09:16:09 -0800


Are you calling this in your UI? Your first parameter should be the listener:
AUParameterSet(mParameterListener, sender, &parameter, value, 0) not:


AUParameterSet(NULL, NULL, &_messengerParam, value, 0);

And call this in the AU:

AUParameterListenerNotify(NULL, NULL, & _messengerParam);


Also, does anybody know how one might get a pointer to the UI from the actual audio unit?

If you are using Cocoa, I normally have it when I supply the property: kAudioUnitProperty_CocoaUI



_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Converting a QT audio importer to a CoreAudio codec - where to start?
  • Next by Date: Ads on the list
  • Previous by thread: Re: Converting a QT audio importer to a CoreAudio codec - where to start?
  • Next by thread: Out-of-range samples
  • Index(es):
    • Date
    • Thread