mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Reorder params::flush in logger
Since this has moved to the audio thread socket.
This commit is contained in:
@@ -95,12 +95,12 @@ class ClapLogger {
|
||||
const clap::ext::params::plugin::ValueToText&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::params::plugin::TextToValue&);
|
||||
bool log_request(bool is_host_plugin,
|
||||
const clap::ext::params::plugin::Flush&);
|
||||
|
||||
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 clap::ext::params::plugin::Flush&);
|
||||
bool log_request(bool is_host_plugin, const clap::ext::tail::plugin::Get&);
|
||||
|
||||
bool log_request(bool is_host_plugin, const WantsConfiguration&);
|
||||
|
||||
Reference in New Issue
Block a user