mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 14:10:02 +02:00
Add logging for the process function messages
This commit is contained in:
@@ -129,6 +129,8 @@ class ClapLogger {
|
||||
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 MessageReference<clap::plugin::Process>&);
|
||||
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&);
|
||||
@@ -202,6 +204,10 @@ class ClapLogger {
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::ext::state::plugin::SaveResponse&);
|
||||
|
||||
// Audio thread control message responses
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin::ProcessResponse&);
|
||||
|
||||
// Main thread callback responses
|
||||
void log_response(bool is_host_plugin, const Configuration&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user