• 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: automation in logic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: AUBase::DispatchSetProperty ClassInfo error bug
  • Next by Date: Re: [Java API] Downsampling with AudioConverters ?
  • Previous by thread: Re: automation in logic
  • Next by thread: Many audio outputs
  • Index(es):
    • Date
    • Thread