|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include "moduleinfo.h"#include "public.sdk/source/vst/hosting/module.h"#include <iostream>#include <optional>#include <string_view>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 | |