|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::KnownPluginList |
| Manages a list of plugin types. More... | |
| struct | juce::KnownPluginList::PluginTree |
| A structure that recursively holds a tree of plugins. More... | |
| class | juce::KnownPluginList::CustomScanner |
| Class to define a custom plugin scanner. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::KnownPluginList::PluginTree |
A structure that recursively holds a tree of plugins.
Definition at line 171 of file juce_KnownPluginList.h.
| Class Members | ||
|---|---|---|
| String | folder | The name of this folder in the tree. |
| Array< PluginDescription > | plugins | |
| OwnedArray< PluginTree > | subFolders | |