• 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
Notifying host of parameter change
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Notifying host of parameter change


  • Subject: Notifying host of parameter change
  • From: "Carlo Chiari" <email@hidden>
  • Date: Wed, 22 Nov 2006 10:18:39 +0100

Hi to all,

I'm working on an AU wrapper project.

When my example plug EditView change a parameter value, this function is called:

//==============================================================================
void myAU::informHostOfParameterChange (int index, float newValue)
{
    if (myFilter != 0)
    {
        myFilter->setParameter (index, newValue);
        AUEffectBase::SetParameter ((UInt32) index, (Float32) newValue);
    }
}

but the host does not record the parameter automation on the timeline.
On the other side , drawing a parameter automation in the track my plug is able to update its internal state.


Any help would be appreciated

best regards
Carlo Chiari
 _______________________________________________
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

  • Follow-Ups:
    • Re: Notifying host of parameter change
      • From: Stefan Gretscher <email@hidden>
  • Prev by Date: Time Stamps across different busses/through AUConverters
  • Next by Date: Re: Notifying host of parameter change
  • Previous by thread: Time Stamps across different busses/through AUConverters
  • Next by thread: Re: Notifying host of parameter change
  • Index(es):
    • Date
    • Thread