Expose PluginInfo index (for VST3 shells)

This commit is contained in:
Robin Gareus 2019-11-07 06:24:27 +01:00
parent b8f883e608
commit 04e5ea0f86
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -463,6 +463,7 @@ public:
bool plugintype_name_ambiguity;
std::string unique_id;
uint32_t index; //< used for LADSPA & VST3, index in module
virtual PluginPtr load (Session& session) = 0;
@ -493,7 +494,6 @@ public:
protected:
friend class PluginManager;
uint32_t index; //< used for LADSPA, index in module
};
} // namespace ARDOUR