Audio Units: calling SetParameter from within Process()
Audio Units: calling SetParameter from within Process()
- Subject: Audio Units: calling SetParameter from within Process()
- From: Artemiy Pavlov <email@hidden>
- Date: Tue, 29 Aug 2006 17:36:06 +0300
Hello list!
Inside the Process() function, I have no problems accessing the
parent Audio Unit's calls this way for example:
mAudioUnit-> CallHostBeatAndTempo ( &Beat, &Tempo )
What I'd like to do next is tell my plugin to update one of it's
parameters with a new value, so that the slider one the GUI moves
accordingly. I have a generic view (no custom GUI). I tried this:
mAudioUnit->SetParameter( kSomeParameter, SomeValue );
...but it won't work.
I'd really appreciate any hints!
Artemiy.
_______________________________________________
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