Add logging for the IParameterFinder messages

This commit is contained in:
Robbert van der Helm
2021-01-03 23:27:57 +01:00
parent 00632dc920
commit ace0d789d3
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -105,6 +105,7 @@ class Vst3Logger {
bool log_request(
bool is_host_vst,
const YaNoteExpressionController::GetNoteExpressionValueByString&);
bool log_request(bool is_host_vst, const YaParameterFinder::FindParameter&);
bool log_request(bool is_host_vst,
const YaPlugView::IsPlatformTypeSupported&);
bool log_request(bool is_host_vst, const YaPlugView::Attached&);
@@ -205,6 +206,8 @@ class Vst3Logger {
void log_response(bool is_host_vst,
const YaNoteExpressionController::
GetNoteExpressionValueByStringResponse&);
void log_response(bool is_host_vst,
const YaParameterFinder::FindParameterResponse&);
void log_response(bool is_host_vst, const YaPlugView::GetSizeResponse&);
void log_response(bool is_host_vst,
const YaPlugView::CheckSizeConstraintResponse&);