mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Add restart and process request callbacks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user