Implement IComponentHandler::restartComponent()

The base IComponentHandler is now fully implemented.
This commit is contained in:
Robbert van der Helm
2020-12-19 15:51:48 +01:00
parent 25575e2d3a
commit 1b454371a6
6 changed files with 42 additions and 4 deletions
+2
View File
@@ -113,6 +113,8 @@ class Vst3Logger {
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&);
bool log_request(bool is_host_vst,
const YaComponentHandler::RestartComponent&);
void log_response(bool is_host_vst, const Ack&);
void log_response(