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 mod: <http://moddevices.com/ns/mod#>.
- @prefix modgui: <http://moddevices.com/ns/modgui#>.
-
- <http://distrho.sf.net/plugins/PingPongPan>
- mod:brand "DISTRHO";
- mod:label "PingPongPan";
- modgui:gui [
- modgui:resourcesDirectory <modgui>;
- modgui:iconTemplate <modgui/icon-ppp.html>;
- modgui:stylesheet <modgui/stylesheet-ppp.css>;
- modgui:screenshot <modgui/screenshot-ppp.png>;
- modgui:thumbnail <modgui/thumb-ppp.png>;
- ].
|