Hi, DSPC
Thank you for your help.
I confirm that the behavior of 'Mute Smoothed' and M'ute Liner Fade' module which are controlled by ParamSet modules
and have a question.
The parameters of ParamSet module "OnchangeDeferredSet" and "OnchangeInstantSet" caused different behavior of Mute modules.
Could you refer to the attached files?
Thanks,
M.S
1:01pm
Hello M.S.,
Here are the differences between the mode behaviors for ParamSet:
AlwaysNoSet = Always update. Do not call set function (useful)
AlwaysDeferredSet = Always update. Call set function (not too useful)
OnChangeNoSet = Update only when input value changes. Do not call set function (useful)
OnChangeDeferredSet = Update only when input value changes. Call set function (Most useful)
OnChangeInstantSet = Update only when input value changes. Call set function immediately (not deferred)
I'm also attaching an Application Note on the Param Get and Param Set modules as well, that should be published to our Documentation Hub soon.
Thanks,
Kevin