Open dromer opened 3 years ago
Do you mean AudioGridder client as LV2 plugin? It's possible (with custom JUCE), and I have very experimental builds of that https://build.opensuse.org/package/show/home:kill_it:JUCE/audiogridder
As of LV2 hosting in server - it's a bit harder, but no so impossible https://github.com/lvtk/jlv2
Now that JUCE7 supports LV2 this is likely easier to implement? :)
Yeah thats true!
This pull request "LV2 plugin format support #1172" adds the feature
If there are any issues with LV2 presently, some discussion would be useful to help investigate. The spec is maybe still a bit rough around the edges, at least wrt JUCE's implementation of it, so it might take time to iron out any issues, but is doable.
LV2 is a liberally licensed opensource cross platform plugin standard: https://lv2plug.in/
It would be really nice if audiogridder could support it as it would enable a lot of users access to an immense amount of effect and instrument plugins.