Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Notifying host of parameter change



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:
http://lists.apple.com/mailman/options/coreaudio-api/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.