Re: Audio Units: calling SetParameter from within Process()
Re: Audio Units: calling SetParameter from within Process()
- Subject: Re: Audio Units: calling SetParameter from within Process()
- From: "Sophia Poirier [dfx]" <email@hidden>
- Date: Tue, 29 Aug 2006 21:32:49 -0400
You can also use my AU utilities library:
http://destroyfx.org/dfx-au-utilities.html#parameter_change_notification
and then just need a one-line function:
AUParameterChange_TellListeners(mAudioUnit->GetComponentInstance(),
yourParameterID);
That's what I always use cuz the set-up and such is tedious
otherwise. 1 line of code instead of 6, that's all...
Sophia
_______________________________________________
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