mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Add logging for the note name extension
This commit is contained in:
@@ -118,6 +118,10 @@ class ClapLogger {
|
||||
const clap::ext::gui::plugin::SetParent&);
|
||||
bool log_request(bool is_host_plugin, const clap::ext::gui::plugin::Show&);
|
||||
bool log_request(bool is_host_plugin, const clap::ext::gui::plugin::Hide&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::note_name::plugin::Count&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::note_name::plugin::Get&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::note_ports::plugin::Count&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
@@ -176,6 +180,8 @@ class ClapLogger {
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::gui::host::RequestHide&);
|
||||
bool log_request(bool is_host_plugin, const clap::ext::gui::host::Closed&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::note_name::host::Changed&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::note_ports::host::SupportedDialects&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
@@ -218,6 +224,8 @@ class ClapLogger {
|
||||
const clap::ext::gui::plugin::GetResizeHintsResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::gui::plugin::AdjustSizeResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::note_name::plugin::GetResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::note_ports::plugin::GetResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
|
||||
Reference in New Issue
Block a user