Use simple numerical IDs for plugins in groups

We'll be using a similar approach to identify threads for event
handlers.
This commit is contained in:
Robbert van der Helm
2020-10-26 11:51:13 +01:00
parent 74c3cab046
commit d82f8463d9
6 changed files with 38 additions and 31 deletions
+5
View File
@@ -150,6 +150,11 @@ class Vst2Bridge {
*/
std::optional<VstTimeInfo> time_info;
/**
* The path to the .dll being loaded in the Wine VST host.
*/
const boost::filesystem::path vst_plugin_path;
private:
/**
* A wrapper around `plugin->dispatcher` that handles the opening and