apohl79 / audiogridder

DSP servers using general purpose computers and networks
https://audiogridder.com
MIT License
775 stars 80 forks source link

LV2 hosting #375

Open dromer opened 3 years ago

dromer commented 3 years ago

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.

KottV commented 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

dromer commented 2 years ago

Now that JUCE7 supports LV2 this is likely easier to implement? :)

apohl79 commented 2 years ago

Yeah thats true!

dkrohila commented 1 year ago

This pull request "LV2 plugin format support #1172" adds the feature

kcoul commented 1 year ago

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.