mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Add logging for IComponentHandler3
This commit is contained in:
@@ -183,6 +183,8 @@ class Vst3Logger {
|
||||
const YaComponentHandler2::StartGroupEdit&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaComponentHandler2::FinishGroupEdit&);
|
||||
bool log_request(bool is_host_vst,
|
||||
const YaComponentHandler3::CreateContextMenu&);
|
||||
bool log_request(bool is_host_vst, const YaHostApplication::GetName&);
|
||||
bool log_request(bool is_host_vst, const YaPlugFrame::ResizeView&);
|
||||
bool log_request(bool is_host_vst,
|
||||
@@ -248,6 +250,8 @@ class Vst3Logger {
|
||||
void log_response(bool is_host_vst,
|
||||
const YaComponent::GetRoutingInfoResponse&);
|
||||
|
||||
void log_response(bool is_host_vst,
|
||||
const YaComponentHandler3::CreateContextMenuResponse&);
|
||||
void log_response(bool is_host_vst,
|
||||
const YaHostApplication::GetNameResponse&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user