Tremus / CPLUG

C wrapper for VST3, AUv2, CLAP audio plugin formats
Other
98 stars 8 forks source link

LV2 support? #1

Open mxmilkiib opened 4 months ago

mxmilkiib commented 4 months ago

Hi! How about the possibility of LV2 support some day? Thanks.

Tremus commented 4 months ago

I've considered it.

Question: Do you know of any DAWs that support LV2, but do not support VST3 or CLAP?

If there are none, creating an LV2 wrapper may not be necessary

mxmilkiib commented 4 months ago

I'm not sure about DAWs, but I do know the Mixxx DJing software only supports LV2 as a plugin format.

The MOD Devices hardware platforms, as well as Zynthian hardware devices, only support LV2. The MOD hardware uses advanced LV2 features not available in any other plugin system to implement its session save file format (Pedalboards).

Also, the GStreamer multimedia framework only supports LV2 (and its predecessor, LADSPA).

FWIW, there are other LV2 only hosts, such as Ingen (multiple plugins), and a number of stand-alone (single plugin) hosts, Jalv being the main one.

Tremus commented 4 months ago

Thanks for sharing. These sounds like cool projects but my interest for CPLUG is to create plugins for DAWs. I don't see supporting LV2 worth my time yet.

That may change, so I'll keep this issue open