|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include "moduleinfoparser.h"#include "jsoncxx.h"#include "pluginterfaces/base/ipluginbase.h"#include <limits>#include <stdexcept>Namespaces | |
| namespace | Steinberg |
| A replacement for InitModule and DeinitModule. | |
| namespace | Steinberg::ModuleInfoLib |
Functions | |
| std::optional< ModuleInfo > | parseJson (std::string_view jsonData, std::ostream *optErrorOutput) |
| parse a json formatted string to a ModuleInfo struct | |
| std::optional< ModuleInfo::CompatibilityList > | parseCompatibilityJson (std::string_view jsonData, std::ostream *optErrorOutput) |
| parse a json formatted string to a ModuleInfo::CompatibilityList | |