Closed messmerd closed 2 weeks ago
CLAP plugins need to return NULL for factories that aren't supported, otherwise a crash will likely occur when the host tries to use a clap_plugin_factory as a clap_preset_discovery_factory or other such factory.
clap_plugin_factory
clap_preset_discovery_factory
Thanks, this was a SpectMorph bug, so I merged your PR. Related: we may want to support real preset discovery for 1.0.0 (see also #26).
CLAP plugins need to return NULL for factories that aren't supported, otherwise a crash will likely occur when the host tries to use a
clap_plugin_factory
as aclap_preset_discovery_factory
or other such factory.