103 int deprecatedUid = 0;
121 bool isInstrument =
false;
124 int numInputChannels = 0;
127 int numOutputChannels = 0;
130 bool hasSharedContainer =
false;
133 bool hasARAExtension =
false;
148 bool matchesIdentifierString (
const String& identifierString)
const;
158 String createIdentifierString()
const;
A small class to represent some facts about a particular type of plug-in.
String pluginFormatName
The plug-in format, e.g.
String category
A category, such as "Dynamics", "Reverbs", etc.
String version
The version.
String name
The name of the plug-in.
String manufacturerName
The manufacturer.
Time lastFileModTime
The last time the plug-in file was changed.
String descriptiveName
A more descriptive name for the plug-in.
String fileOrIdentifier
Either the file containing the plug-in module, or some other unique way of identifying it.
Time lastInfoUpdateTime
The last time that this information was updated.
Holds an absolute date and time.
Used to build a tree of elements representing an XML document.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.