mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Add logging for plugin (de)activation
This commit is contained in:
@@ -49,6 +49,8 @@ class ClapLogger {
|
||||
bool log_request(bool is_host_plugin, const clap::plugin_factory::Create&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Init&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Destroy&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Activate&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Deactivate&);
|
||||
|
||||
// TODO: Audio thread requests
|
||||
// bool log_request(bool is_host_plugin,
|
||||
@@ -62,6 +64,8 @@ class ClapLogger {
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin_factory::CreateResponse&);
|
||||
void log_response(bool is_host_plugin, const clap::plugin::InitResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin::ActivateResponse&);
|
||||
|
||||
// TODO: Audio thread responses
|
||||
// void log_response(bool is_host_plugin,
|
||||
|
||||
Reference in New Issue
Block a user