mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Update to CLAP 1.1.7
Factories got moved to a new `factory` directory.
This commit is contained in:
@@ -76,8 +76,8 @@ clap_plugin_factory_proxy::plugin_factory_create_plugin(
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
const clap::plugin_factory::CreateResponse response =
|
||||
self->bridge_.send_main_thread_message(clap::plugin_factory::Create{
|
||||
const clap::factory::plugin_factory::CreateResponse response =
|
||||
self->bridge_.send_main_thread_message(clap::factory::plugin_factory::Create{
|
||||
.host = *host, .plugin_id = plugin_id});
|
||||
if (response.instance_id) {
|
||||
// This plugin proxy is tied to the instance ID created on the Wine
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <clap/plugin-factory.h>
|
||||
#include <clap/factory/plugin-factory.h>
|
||||
|
||||
#include "../../common/serialization/clap/plugin.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ class clap_plugin_factory_proxy {
|
||||
|
||||
/**
|
||||
* Construct the plugin factory proxy based on the plugin descriptors
|
||||
* retrieved from a `clap::plugin_factory::ListReponse`.
|
||||
* retrieved from a `clap::factory::plugin_factory::ListReponse`.
|
||||
*/
|
||||
clap_plugin_factory_proxy(
|
||||
ClapPluginBridge& bridge,
|
||||
|
||||
Reference in New Issue
Block a user