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
479B

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