defiantnerd
defiantnerd
Extend vst3 extension with possibility to inquire the JSON string for `IPluginCompatibility`. Documentation: https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html
implement `clap.render` to signal realtime processing needs of a plugin. see: https://github.com/free-audio/clap/blob/main/include/clap/ext/render.h
implement this in the VST3 wrapper https://steinbergmedia.github.io/vst3_doc/base/classSteinberg_1_1IPlugViewContentScaleSupport.html
When using the standalone wrapper and there is no proper audio device present to be opened via WASAPI, an exception is thrown and the plugin does not get an activate()...