defiantnerd

Results 4 issues of 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

enhancement
mvp
vst3

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

enhancement

implement this in the VST3 wrapper https://steinbergmedia.github.io/vst3_doc/base/classSteinberg_1_1IPlugViewContentScaleSupport.html

mvp
vst3
solved in next

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()...

bug
standalone