Automation
Automation
- Subject: Automation
- From: "john smith" <email@hidden>
- Date: Sun, 20 Nov 2005 14:14:45 +0100
I have some trouble getting automation working.
When I detect a parameter change in my plug-in, I do the following (from my
view class):
AudioUnitParameter Parm = {
mEditAudioUnit,
AudioUnitParameterID(iIndex),
kAudioUnitScope_Global,
0
};
AUParameterSet(NULL, NULL, &Parm, fValue, 0);
where iIndex is the parameter index, and fValue is the new value of the
parameter.
However, nothing happens (tested with logic). When I switch to control view
automation works fine, so it's not because I don't know how to operate the
host.
What could I be doing wrong? As I read it, this is excactly what the
documentation says I should do.
Thanks,
Michael Olsen
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
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