Add restart and process request callbacks

This commit is contained in:
Robbert van der Helm
2022-09-11 17:57:34 +02:00
parent f3d5dd78c4
commit 7151544f99
7 changed files with 66 additions and 12 deletions
+2
View File
@@ -57,6 +57,8 @@ class ClapLogger {
bool log_request(bool is_host_plugin, const clap::plugin::Reset&);
bool log_request(bool is_host_plugin, const WantsConfiguration&);
bool log_request(bool is_host_plugin, const clap::host::RequestRestart&);
bool log_request(bool is_host_plugin, const clap::host::RequestProcess&);
void log_response(bool is_host_plugin, const Ack&);
void log_response(bool is_host_plugin,