mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 17:03:52 +02:00
Add functions for registering CLAP plugin proxies
This commit is contained in:
@@ -52,7 +52,7 @@ class clap_host_proxy {
|
||||
/**
|
||||
* The instance ID of the plugin instance this proxy belongs to.
|
||||
*/
|
||||
inline size_t owner_isntance_id() const { return owner_instance_id_; }
|
||||
inline size_t owner_instance_id() const { return owner_instance_id_; }
|
||||
|
||||
static const void* CLAP_ABI host_get_extension(const struct clap_host* host,
|
||||
const char* extension_id);
|
||||
|
||||
Reference in New Issue
Block a user