Search for the group host when using plugin groups

This commit is contained in:
Robbert van der Helm
2020-05-22 14:00:45 +02:00
parent fea256655d
commit 27af0f8c11
4 changed files with 20 additions and 16 deletions
+8 -8
View File
@@ -74,6 +74,14 @@ class PluginBridge {
float get_parameter(AEffect* plugin, int index);
void set_parameter(AEffect* plugin, int index, float value);
/**
* The configuration for this instance of yabridge. Set based on the values
* from a `yabridge.toml`, if it exists.
*
* @see Configuration::load_for
*/
Configuration config;
/**
* The path to the .dll being loaded in the Wine VST host.
*/
@@ -198,14 +206,6 @@ class PluginBridge {
*/
Logger logger;
/**
* The configuration for this instance of yabridge. Set based on the values
* from a `yabridge.toml`, if it exists.
*
* @see Configuration::load_for
*/
Configuration config;
/**
* The version of Wine currently in use. Used in the debug output on plugin
* startup.