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
Loading...
Searching...
No Matches
Classes | Namespaces
juce_KnownPluginList.h File Reference

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.
 

Class Documentation

◆ juce::KnownPluginList::PluginTree

struct juce::KnownPluginList::PluginTree

A structure that recursively holds a tree of plugins.

See also
KnownPluginList::createTree()

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