Add CLAP plugin destroying

Everything else is still a stub, but at least the lifecycle now works
correctly.
This commit is contained in:
Robbert van der Helm
2022-09-09 15:32:19 +02:00
parent 54dd4c583f
commit d2fb84e529
6 changed files with 51 additions and 14 deletions
+2 -1
View File
@@ -47,6 +47,7 @@ class ClapLogger {
bool log_request(bool is_host_plugin, const clap::plugin_factory::List&);
bool log_request(bool is_host_plugin, const clap::plugin_factory::Create&);
bool log_request(bool is_host_plugin, const clap::plugin::Destroy&);
// TODO: Audio thread requests
// bool log_request(bool is_host_plugin,
@@ -54,7 +55,7 @@ class ClapLogger {
bool log_request(bool is_host_plugin, const WantsConfiguration&);
// void log_response(bool is_host_plugin, const Ack&);
void log_response(bool is_host_plugin, const Ack&);
void log_response(bool is_host_plugin,
const clap::plugin_factory::ListResponse&);
void log_response(bool is_host_plugin,