cython-vst-loader icon indicating copy to clipboard operation
cython-vst-loader copied to clipboard

Assertion failure when loading plugin

Open SeanZhang99 opened this issue 3 years ago • 0 comments

Terminal message: assertion failure: "obj->plugin == nullptr" in file ../../dpf/distrho/src/DistrhoPluginVST.cpp, line 1270

What I did is just replacing plugin_path in example to my own path, and the test plugin is the latest version of dragonfly hall reverb downloaded from https://michaelwillis.github.io/dragonfly-reverb/

But the loaded plugin seems working correctly when calling plugin.get_num_paramters() and plugin.get_parameter_name(0)

SeanZhang99 avatar Dec 22 '21 04:12 SeanZhang99