mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Expose PluginInfo index (for VST3 shells)
This commit is contained in:
parent
b8f883e608
commit
04e5ea0f86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue