hq9000 / cython-vst-loader

a cython-based loader for VST audio plugins proving a clean python object-oriented interface
MIT License
39 stars 2 forks source link

Assertion failure when loading plugin #16

Open SeanZhang99 opened 2 years ago

SeanZhang99 commented 2 years ago

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

What I did is just replacing _pluginpath 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_numparamters() and _plugin.get_parametername(0)