AAdd logging for the IComponentHandler2 messages

This commit is contained in:
Robbert van der Helm
2021-01-04 21:49:22 +01:00
parent d16cf4eb01
commit 0ed9438ffb
2 changed files with 44 additions and 0 deletions
+7
View File
@@ -173,6 +173,13 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaComponentHandler::EndEdit&);
bool log_request(bool is_host_vst,
const YaComponentHandler::RestartComponent&);
bool log_request(bool is_host_vst, const YaComponentHandler2::SetDirty&);
bool log_request(bool is_host_vst,
const YaComponentHandler2::RequestOpenEditor&);
bool log_request(bool is_host_vst,
const YaComponentHandler2::StartGroupEdit&);
bool log_request(bool is_host_vst,
const YaComponentHandler2::FinishGroupEdit&);
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,