Re: Automation woes
Re: Automation woes
- Subject: Re: Automation woes
- From: William Stewart <email@hidden>
- Date: Wed, 23 Jan 2008 19:05:18 -0800
On Jan 23, 2008, at 1:36 PM, Stephan M. Bernsee wrote:
Am 23.01.2008 um 22:24 schrieb Eric Gorouben:
I knew that gesture stuff (following TN2104):
void CGui::beginEdit (long parID)
{ ... }
void CGui::endEdit (long parID)
{ ... }
In VSTGUI you have these calls before and after each value change
where my setParameter is being called.
Any idea?
No, I'm afraid not (not at the moment anyway). Except that you
should NOT bracket every parameter change by a begin/end gesture
event...!
But that wouldn't prevent the automation from working, it would just
cause the parameter values to jump instead of being interpolated...
No - there's no implication from Begin/End gesture that there is any
interpolation... Setting a parameter is always going to be an explicit
"set the parameter to this value now" call. Its up to the AU to
dezipper the parameter change if it should be (that is, you never want
it to just jump internally because it would cause a glitch or some
such)...
Bill
--smb
_______________________________________________
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
_______________________________________________
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