-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
LV2 support #135
Comments
Hi, @dromer, Thank you for opening this issue. I agree, it would be cool to add support for an open format like LV2. OwlPlug is based on JUCE for native plugin metadata discovery. There is only a LADSPA host support but nothing for LV2 for now. However, the LV2 support in JUCE seems on the way for 2022: juce-framework/JUCE#123 As soon as LV2 host features are available in JUCE, we can start implementation cycles to add a new plugin format in OwlPlug:
|
If you are only using it for discovery and don't need any of the hosting capabilities then simply implementing discovery should not be too difficult with something like However I can understand that you want to stick to the same API so JUCE getting native support is probably better for you. |
JUCE has preview of LV2 support now -> https://forum.juce.com/t/juce7-technical-preview-branch/50866/56 |
Great news ! I'm progressing well on OwlPlug Linux port (#30), so i may take a look soon for LV2 support 😉 |
As JUCE 7 has been released, I will start to work on LV2 support this summer. |
LV2 support has been released in OwlPlug 1.22.0 |
LV2 is a relatively uncommon format, but has full cross-platform support for many operating systems.
Well known multi-OS hosts are: Ardour/Mixbus, Reaper, Carla, Mixxx, Zrythm, and more still to come.
Would be great if we can see OwlPlug help to distribute such plugins to more platforms.
The text was updated successfully, but these errors were encountered: