[LV2] how to supply a large number of factory presets with a plug-in

Harry van Haaren harryhaaren at gmail.com
Sun Mar 31 14:47:54 PDT 2013


On Sun, Mar 31, 2013 at 6:31 PM, David Robillard <d at drobilla.net> wrote:

> <http://example.org/somebank>
>     a pset:Bank ;
>     rdfs:label "Bank of Americon" ;
>     pset:bankEntry [
>         pset:preset <http://example.org/preset1> ;
>         lv2:index 0 ;
>     ] , [
>         pset:preset <http://example.org/preset2> ;
>         lv2:index 1 ;
>     ] .
>

I think this is the best solution if we can make the "index" an optional
tag.
That way simple preset banks don't have to specify an order, but if its
wanted its possible.

I value being able to include a preset in multiple banks, so the 3rd option
is a -1 from me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lv2plug.in/pipermail/devel-lv2plug.in/attachments/20130331/851608df/attachment-0002.htm>


More information about the Devel mailing list