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.

21 lines
730B

  1. @prefix modgui: <http://moddevices.com/ns/modgui#> .
  2. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  3. <http://distrho.sf.net/plugins/Kars>
  4. modgui:gui [
  5. modgui:resourcesDirectory <modgui> ;
  6. modgui:iconTemplate <modgui/icon-kars.html> ;
  7. modgui:stylesheet <modgui/stylesheet-kars.css> ;
  8. modgui:screenshot <modgui/screenshot-kars.png> ;
  9. modgui:thumbnail <modgui/thumbnail-kars.png> ;
  10. modgui:brand "DISTRHO" ;
  11. modgui:label "Kars" ;
  12. modgui:model "boxy-small" ;
  13. modgui:panel "1-footswitch" ;
  14. modgui:color "yellow" ;
  15. modgui:port [
  16. lv2:index 0 ;
  17. lv2:symbol "sustain" ;
  18. lv2:name "Sustain" ;
  19. ] ;
  20. ] .