Skip to content
New issue

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

Can't load lv2 plugin #190

Open
turian opened this issue Dec 3, 2023 · 2 comments
Open

Can't load lv2 plugin #190

turian opened this issue Dec 3, 2023 · 2 comments

Comments

@turian
Copy link

turian commented Dec 3, 2023

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

@DBraun
Copy link
Owner

DBraun commented Dec 3, 2023

JUCE_PLUGINHOST_LV2 seems to be enabled, so I haven't identified the problem. Do any LV2 plugins work for you?

@turian
Copy link
Author

turian commented Dec 4, 2023

Can you recommend another one for me to try? What is a typical one you use for testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants