audiogridder icon indicating copy to clipboard operation
audiogridder copied to clipboard

LV2 hosting

Open dromer opened this issue 4 years ago • 5 comments

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.

dromer avatar Feb 10 '21 23:02 dromer

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

KottV avatar Apr 06 '21 22:04 KottV

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

dromer avatar Nov 07 '22 10:11 dromer

Yeah thats true!

apohl79 avatar Nov 07 '22 21:11 apohl79

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

dkrohila avatar Mar 09 '23 11:03 dkrohila

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.

kcoul avatar Jun 17 '23 00:06 kcoul