mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Update to CLAP 1.1.7
Factories got moved to a new `factory` directory.
This commit is contained in:
@@ -80,8 +80,8 @@ class ClapLogger {
|
||||
// log message for the response together with the request.
|
||||
|
||||
// Main thread control messages
|
||||
bool log_request(bool is_host_plugin, const clap::plugin_factory::List&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin_factory::Create&);
|
||||
bool log_request(bool is_host_plugin, const clap::factory::plugin_factory::List&);
|
||||
bool log_request(bool is_host_plugin, const clap::factory::plugin_factory::Create&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Init&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Destroy&);
|
||||
bool log_request(bool is_host_plugin, const clap::plugin::Activate&);
|
||||
@@ -207,9 +207,9 @@ class ClapLogger {
|
||||
// Main thread control message responses
|
||||
void log_response(bool is_host_plugin, const Ack&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin_factory::ListResponse&);
|
||||
const clap::factory::plugin_factory::ListResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin_factory::CreateResponse&);
|
||||
const clap::factory::plugin_factory::CreateResponse&);
|
||||
void log_response(bool is_host_plugin, const clap::plugin::InitResponse&);
|
||||
void log_response(bool is_host_plugin,
|
||||
const clap::plugin::ActivateResponse&);
|
||||
|
||||
Reference in New Issue
Block a user