mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Add logging for the CLAP tail extension
This commit is contained in:
@@ -101,6 +101,7 @@ class ClapLogger {
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::StartProcessing&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::StopProcessing&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Reset&);
|
||||
bool log_request(bool is_host_plugin, const clap::ext::tail::plugin::Get&);
|
||||
|
||||
bool log_request(bool is_host_plugin, const WantsConfiguration&);
|
||||
bool log_request(bool is_host_plugin, const clap::host::RequestRestart&);
|
||||
@@ -121,6 +122,9 @@ class ClapLogger {
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::params::host::RequestFlush&);
|
||||
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::tail::host::Changed&);
|
||||
|
||||
void log_response(bool is_host_plugin, const Ack&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin_factory::ListResponse&);
|
||||
|
||||
Reference in New Issue
Block a user