We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to run the Zynthian Moog LV2 plugin. I've got dawdreamer working. But it cannot load the .lv2 file:
In [4]: synth = engine.make_plugin_processor("synth", "/usr/local/lib/lv2/raffo.lv2") error: attempt to map invalid URI `/usr/local/lib/lv2/raffo.lv2' --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[4], line 1 ----> 1 synth = engine.make_plugin_processor("synth", "/usr/local/lib/lv2/raffo.lv2") RuntimeError: Unable to load plugin.
Related to #106 #104 #114
The text was updated successfully, but these errors were encountered:
JUCE_PLUGINHOST_LV2 seems to be enabled, so I haven't identified the problem. Do any LV2 plugins work for you?
JUCE_PLUGINHOST_LV2
Sorry, something went wrong.
Can you recommend another one for me to try? What is a typical one you use for testing?
No branches or pull requests
I'd like to run the Zynthian Moog LV2 plugin. I've got dawdreamer working. But it cannot load the .lv2 file:
Related to #106 #104 #114
The text was updated successfully, but these errors were encountered: