diff options
Diffstat (limited to 'fomp.lv2/pulse_vco.ttl')
-rw-r--r-- | fomp.lv2/pulse_vco.ttl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fomp.lv2/pulse_vco.ttl b/fomp.lv2/pulse_vco.ttl index c1a2048..15c634f 100644 --- a/fomp.lv2/pulse_vco.ttl +++ b/fomp.lv2/pulse_vco.ttl @@ -22,15 +22,22 @@ fomp:pulse_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 ; |