Re: automation in logic
Re: automation in logic
- Subject: Re: automation in logic
- From: "Robert Fehse" <email@hidden>
- Date: Mon, 15 Sep 2003 19:54:19 +0200
<When a parameter has changed you have to call AUParameterSet... Urs
<comments were based on the fact that you might be using our base
<classes.
i did that with no success.
there is something about these AUVParameter i don't get.
i created kumparams of AUVParameter in initalize().
looks like that:
auvparameter[i] = new
AUVParameter(GetComponentInstance(),i,kAudioUnitScope_Global,0);
when i get a audioMasterAutomate from VstEffect, i call AUParameterSet on
the indexed AUVParameter.
it looks like this:
AUParameterSet(NULL,wrapper,wrapper->auvparameter[index],value,0);
'wrapper' is my pluginclass. is this okay as inObject ?
is this basically right ?
i also tried the TellListener... with no success.
what also makes me wonder is, why logic calls GetParameter sometimes if all
parameterchanges are handled via
AUParameterSet ?
on Loop start it always gets the correct value via GetParameter.
i hope i am somehow on a right way ;-)
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.