Support the hide_daw option for CLAP.

This commit is contained in:
Robbert van der Helm
2022-09-11 19:29:18 +02:00
parent f64e5c4353
commit e7fe5426c8
2 changed files with 17 additions and 10 deletions
+8 -8
View File
@@ -326,6 +326,14 @@ class ClapBridge : public HostBridge {
*/
ClapLogger logger_;
/**
* The configuration for this instance of yabridge based on the path to the
* `.so` (or well `.clap`) file that got loaded by the host. This
* configuration gets loaded on the plugin side, and then sent over to the
* Wine host as part of the startup process.
*/
Configuration config_;
private:
/**
* Generate a nique instance identifier using an atomic fetch-and-add. This
@@ -363,14 +371,6 @@ class ClapBridge : public HostBridge {
*/
void unregister_plugin_instance(size_t instance_id);
/**
* The configuration for this instance of yabridge based on the path to the
* `.so` (or well `.clap`) file that got loaded by the host. This
* configuration gets loaded on the plugin side, and then sent over to the
* Wine host as part of the startup process.
*/
Configuration config_;
/**
* The shared library handle of the CLAP plugin.
*/