CLAP Validator issue (in: DSP and Plugin Devel…)
By: Leslie Sanford
2 Mar 23:14
I think I know what happened. I was initializing the parameter values with their default values in the activate callback rather than in the initialize callback.
I don’t know for sure, but I think the validator was fetching the parameter value after initializing the plugin but before activating it. The parameter value at that point would have been garbage. Then the validator activates the plugin (at which point my plugin initializes the parameter values with their default values) and runs its te…
Go to first unread post in this topic
Read more here: Source link
