Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make plug initialisation step compliant with the spec (#36)
According to the official header [plugin.h](https://github.com/free-audio/clap/blob/main/include/clap/plugin.h) ``` // If init returns false, the host must destroy the plugin instance. // If init returns true, then the plugin is initialized and in the deactivated state. ```
- Loading branch information