aboutsummaryrefslogtreecommitdiffstats
path: root/fomp.lv2/saw_vco.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'fomp.lv2/saw_vco.ttl')
-rw-r--r--fomp.lv2/saw_vco.ttl11
1 files changed, 9 insertions, 2 deletions
diff --git a/fomp.lv2/saw_vco.ttl b/fomp.lv2/saw_vco.ttl
index 05d24a7..7fbde9b 100644
--- a/fomp.lv2/saw_vco.ttl
+++ b/fomp.lv2/saw_vco.ttl
@@ -21,15 +21,22 @@ fomp:saw_vco
] , [
a lv2:CVPort ,
lv2:InputPort ;
+ lv2:default 440.0 ;
lv2:index 1 ;
+ lv2:maximum 1.0 ;
+ lv2:minimum 0.000001 ;
lv2:name "Frequency" ;
- lv2:symbol "freq"
+ lv2:portProperty <http://lv2plug.in/ns/ext/port-props#logarithmic> ,
+ lv2:sampleRate ;
+ lv2:symbol "freq" ;
+ units:unit units:hz
] , [
a lv2:CVPort ,
lv2:InputPort ;
lv2:index 2 ;
lv2:name "Exp FM" ;
- lv2:symbol "exp_fm"
+ lv2:symbol "exp_fm" ;
+ units:unit units:oct
] , [
a lv2:CVPort ,
lv2:InputPort ;