Mattias D
Mattias D
FYI, I got the same crash with one of my own plugins: https://github.com/steinbergmedia/vstgui/issues/334 I made a fix here: https://github.com/steinbergmedia/vstgui/pull/335
> @madah81pnz1 Thank you. I was closely watching your issue on VSTGUI repo. > > I have a comment on remaining ref counts. Any chance you are using the pattern...
My interpretation is that it is fine for the host to call clap_plugin_latency::get() every time, but doesn't need to unless clap_host_latency::changed() has been called by the plugin first. From within...