|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include "moduleinfocreator.h"#include "jsoncxx.h"#include <algorithm>#include <stdexcept>#include <string>Namespaces | |
| namespace | Steinberg |
| A replacement for InitModule and DeinitModule. | |
| namespace | Steinberg::ModuleInfoLib |
Functions | |
| ModuleInfo | createModuleInfo (const VST3::Hosting::Module &module, bool includeDiscardableClasses) |
| create a ModuleInfo from a module | |
| void | outputJson (const ModuleInfo &info, std::ostream &output) |
| output the ModuleInfo as json to the stream | |