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.

14 lines
481B

  1. @prefix mod: <http://moddevices.com/ns/mod#>.
  2. @prefix modgui: <http://moddevices.com/ns/modgui#>.
  3. <http://distrho.sf.net/plugins/Nekobi>
  4. mod:brand "DISTRHO";
  5. mod:label "Nekobi";
  6. modgui:gui [
  7. modgui:resourcesDirectory <modgui>;
  8. modgui:iconTemplate <modgui/icon-nekobi.html>;
  9. modgui:stylesheet <modgui/stylesheet-nekobi.css>;
  10. modgui:screenshot <modgui/screenshot-nekobi.png>;
  11. modgui:thumbnail <modgui/thumb-nekobi.png>;
  12. ].