• 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: Parameter Notifications
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parameter Notifications


  • Subject: Re: Parameter Notifications
  • From: Airy André <email@hidden>
  • Date: Tue, 17 Jun 2003 19:55:36 +0200

Since your next question will probably be :
"Is it normal that popups in AUGUIFramework don't automatically update their menus when the set of value strings for an indexed parameter changes ?" ;-)
The answer is : Yes.
They don't listen to this property.

Airy

Le mardi, 17 juin 2003, ` 19:05 Europe/Paris, Robert Grant a icrit :

Hi Marc,

That helps alot - but what about if the set of value strings for an indexed parameter changes? Can that be communicated?

Thanks,

Robert.

On Tuesday, June 17, 2003, at 12:32 PM, Marc Poirier wrote:

Something like this will do you:

AudioUnitParameter dirtyparam;
dirtyparam.mAudioUnit = GetComponentInstance();
dirtyparam.mParameterID = _theParameterID_;
dirtyparam.mScope = kAudioUnitScope_Global;
dirtyparam.mElement = 0;
AUParameterListenerNotify(NULL, NULL, &dirtyparam);




On Tue, 17 Jun 2003, Robert Grant wrote:

Is there any way to signal the UI that parameters have changed? I see
the PropertyChanged() method in AUBase but there's not an equivalent
ParameterChanged(). My backend can change things that affect the
rendering process and I've exposed these as parameters but I'm not sure
how to let the GUI know. I thought AUBase::SetParameter would do it but
I don't think it does...

Thanks,

Robert.
_______________________________________________
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.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Parameter Notifications
      • From: Urs Heckmann <email@hidden>
References: 
 >Re: Parameter Notifications (From: Robert Grant <email@hidden>)

  • Prev by Date: fIsMixable
  • Next by Date: Re: fIsMixable
  • Previous by thread: fIsMixable
  • Next by thread: Re: Parameter Notifications
  • Index(es):
    • Date
    • Thread