mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Add restart and process request callbacks
This commit is contained in:
@@ -121,6 +121,12 @@ class clap_plugin_proxy {
|
||||
return response_future;
|
||||
}
|
||||
|
||||
/**
|
||||
* The `clap_host_t*` passed when creating the instance. Any callbacks made
|
||||
* by the proxied plugin instance must go through ere.
|
||||
*/
|
||||
const clap_host_t* host_;
|
||||
|
||||
private:
|
||||
ClapPluginBridge& bridge_;
|
||||
size_t instance_id_;
|
||||
@@ -140,12 +146,6 @@ class clap_plugin_proxy {
|
||||
*/
|
||||
clap::plugin::SupportedPluginExtensions supported_extensions_;
|
||||
|
||||
/**
|
||||
* The `clap_host_t*` passed when creating the instance. Any callbacks made
|
||||
* by the proxied plugin instance must go through ere.
|
||||
*/
|
||||
const clap_host_t* host_;
|
||||
|
||||
/**
|
||||
* Pending callbacks that must be sent to the host on the main thread. If a
|
||||
* socket needs to make a main thread function call, it will
|
||||
|
||||
Reference in New Issue
Block a user