aboutsummaryrefslogtreecommitdiffstats
path: root/blop.lv2/sync_square.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'blop.lv2/sync_square.ttl')
-rw-r--r--blop.lv2/sync_square.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/blop.lv2/sync_square.ttl b/blop.lv2/sync_square.ttl
index 6b5966a..873619f 100644
--- a/blop.lv2/sync_square.ttl
+++ b/blop.lv2/sync_square.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:sync_square
@@ -26,7 +27,8 @@ blop:sync_square
lv2:minimum 0 ;
lv2:name "Frequency" ;
lv2:symbol "freq" ;
- morph:supportsType lv2:CVPort
+ morph:supportsType lv2:CVPort ;
+ units:unit units:hz
] , [
a lv2:CVPort ,
lv2:InputPort ;