mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add logging for audio-ports-config
This commit is contained in:
@@ -90,6 +90,12 @@ class ClapLogger {
|
||||
const clap::ext::audio_ports::plugin::Count&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports::plugin::Get&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports_config::plugin::Count&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports_config::plugin::Get&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports_config::plugin::Select&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::gui::plugin::IsApiSupported&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
@@ -159,6 +165,8 @@ class ClapLogger {
|
||||
const clap::ext::audio_ports::host::IsRescanFlagSupported&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports::host::Rescan&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::audio_ports_config::host::Rescan&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::gui::host::ResizeHintsChanged&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
@@ -201,6 +209,9 @@ class ClapLogger {
|
||||
const clap::plugin::ActivateResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::audio_ports::plugin::GetResponse&);
|
||||
void log_response(
|
||||
bool is_host_plugin,
|
||||
const clap::ext::audio_ports_config::plugin::GetResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::gui::plugin::GetSizeResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
|
||||
Reference in New Issue
Block a user