aboutsummaryrefslogtreecommitdiffstats
path: root/blop.lv2/sawtooth.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'blop.lv2/sawtooth.ttl')
-rw-r--r--blop.lv2/sawtooth.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/blop.lv2/sawtooth.ttl b/blop.lv2/sawtooth.ttl
index 389df81..04dec12 100644
--- a/blop.lv2/sawtooth.ttl
+++ b/blop.lv2/sawtooth.ttl
@@ -4,6 +4,7 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix morph: <http://lv2plug.in/ns/ext/morph#> .
@prefix opts: <http://lv2plug.in/ns/ext/options#> .
+@prefix units: <http://lv2plug.in/ns/extensions/units#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
blop:sawtooth
@@ -28,7 +29,8 @@ blop:sawtooth
lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:AudioPort ,
lv2:OutputPort ;