mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Implement start_processing, stop_processing, reset
This commit is contained in:
@@ -52,9 +52,9 @@ class ClapLogger {
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Activate&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Deactivate&);
|
||||
|
||||
// TODO: Audio thread requests
|
||||
// bool log_request(bool is_host_plugin,
|
||||
// const YaAudioProcessor::SetBusArrangements&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::StartProcessing&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::StopProcessing&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Reset&);
|
||||
|
||||
bool log_request(bool is_host_plugin, const WantsConfiguration&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user