Implement IComponentHandler::endEdit()

This commit is contained in:
Robbert van der Helm
2020-12-19 15:48:06 +01:00
parent bb99a539d5
commit 25575e2d3a
6 changed files with 38 additions and 4 deletions
+1
View File
@@ -112,6 +112,7 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const WantsConfiguration&);
bool log_request(bool is_host_vst, const YaComponentHandler::BeginEdit&);
bool log_request(bool is_host_vst, const YaComponentHandler::PerformEdit&);
bool log_request(bool is_host_vst, const YaComponentHandler::EndEdit&);
void log_response(bool is_host_vst, const Ack&);
void log_response(