-
Notifications
You must be signed in to change notification settings - Fork 0
/
modgui.ttl
25 lines (24 loc) · 863 Bytes
/
modgui.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@prefix modgui: <http://moddevices.com/ns/modgui#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
<http://github.com/geraldmwangi/StateVF>
modgui:gui [
modgui:resourcesDirectory <modgui> ;
modgui:iconTemplate <modgui/icon-statevf.html> ;
modgui:stylesheet <modgui/stylesheet-statevf.css> ;
modgui:screenshot <modgui/screenshot-statevf.png> ;
modgui:thumbnail <modgui/thumbnail-statevf.png> ;
modgui:brand "JimsonDrift" ;
modgui:label "StateVF" ;
modgui:model "british" ;
modgui:panel "4-knobs" ;
modgui:color "metallic" ;
modgui:port [
lv2:index 0 ;
lv2:symbol "cutoff" ;
lv2:name "Cutoff Frequency" ;
] , [
lv2:index 1 ;
lv2:symbol "damping" ;
lv2:name "Damping" ;
] ;
] .