Number of plugin parameters - any limit?

It seems there are some of issues with handling lots of parameters.

My current working plugin has about 600 parameters.
And I have one issue with initialization of the plugin.
My plugin takes about 20sec for initialization.
Release build is much faster, but still takes 5,6 sec.

I profiled my plugin and found one thing.
Adding parameters to AudioProcessorValueTree takes most of the time.
I would like to optimize this process,
but so far I haven’t found anything.

1 Like