Collection of DPF-based plugins for packaging
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @prefix modgui: <http://moddevices.com/ns/modgui#> .
- @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-
- <http://distrho.sf.net/plugins/Kars>
- modgui:gui [
- modgui:resourcesDirectory <modgui> ;
- modgui:iconTemplate <modgui/icon-kars.html> ;
- modgui:stylesheet <modgui/stylesheet-kars.css> ;
- modgui:screenshot <modgui/screenshot-kars.png> ;
- modgui:thumbnail <modgui/thumbnail-kars.png> ;
- modgui:brand "DISTRHO" ;
- modgui:label "Kars" ;
- modgui:model "boxy-small" ;
- modgui:panel "1-footswitch" ;
- modgui:color "yellow" ;
- modgui:port [
- lv2:index 0 ;
- lv2:symbol "sustain" ;
- lv2:name "Sustain" ;
- ] ;
- ] .
|