|
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 |
#include "ibstream.h"Go to the source code of this file.
Classes | |
| class | Steinberg::IPluginCompatibility |
| optional interface to query the compatibility of the plug-ins classes More... | |
Macros | |
| #define | kPluginCompatibilityClass |
| moduleinfo.json | |
| #define kPluginCompatibilityClass |
moduleinfo.json
The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format (See https://json5.org/). It contains the factory info (see PFactoryInfo), the contained classes (see PClassInfo), the included snapshots and a list of compatibility of the included classes.
An example moduleinfo.json:
Definition at line 78 of file iplugincompatibility.h.