[LAD] [ann] CAPS 0.4.5

Stefano D'Angelo zanga.mail at gmail.com
Mon Mar 28 20:59:46 UTC 2011


2011/3/28 Tim Goetze <tim at quitte.de>:
>>> I'm planning to add a mode switch (low- or bandpass) to the AutoWah
>>> instead of making a separate new plugin, or would that be a stupid
>>> idea?
>>
>>For compatibility with LV2, it's better if you create a new plugin for that...
>
> I don't see how compatibility with LV2 is a concern here?

Heh... long story short: LV2 uses URIs, LADSPA uses UniqueIDs (not
necessarily but...), two LV2 plugins with same URI are required to
have the same "port signature" (i.e., ports) and I wrote a LADSPA to
LV2 bridge where the URIs of the bridged plugins are in the form
urn:ladspa:xxxx, where xxxx is the UniqueID.

This means, if you change the port signature and maintain the same
UniqueID, we would have incompatibilities in the LV2 world. If you
create a new plugin or don't touch ports, instead, everything's fine.

Stefano



More information about the Linux-audio-dev mailing list