aboutsummaryrefslogtreecommitdiffstats
path: root/blip.lv2/random.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'blip.lv2/random.ttl')
-rw-r--r--blip.lv2/random.ttl5
1 files changed, 3 insertions, 2 deletions
diff --git a/blip.lv2/random.ttl b/blip.lv2/random.ttl
index b8b25c1..634e569 100644
--- a/blip.lv2/random.ttl
+++ b/blip.lv2/random.ttl
@@ -18,10 +18,11 @@ blip:random
lv2:maximum 0.5 ;
lv2:minimum 0.000001 ;
lv2:default 440.0 ;
- lv2:name "Frequency (Hz)" ;
- lv2:portProperty <http://lv2plug.in/ns/dev/extportinfo#logarithmic> ,
+ lv2:name "Frequency" ;
+ lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
lv2:sampleRate ;
lv2:symbol "port0" ;
+ units:unit units:hz ;
a lv2:ControlPort ,
lv2:InputPort ,
lv2:Port