diff options
author | David Robillard <d@drobilla.net> | 2012-04-21 20:37:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-21 20:37:31 +0000 |
commit | 45a8dff2631c32677cc54d49d5e697a9b209288b (patch) | |
tree | 83ccb6522c46c84f0b7e93820fc3ca651c20d956 /mda.lv2/Bandisto.ttl | |
parent | 5fde36cdaee35b206e0a79396da59536182469e2 (diff) | |
download | mda.lv2-45a8dff2631c32677cc54d49d5e697a9b209288b.tar.gz mda.lv2-45a8dff2631c32677cc54d49d5e697a9b209288b.tar.bz2 mda.lv2-45a8dff2631c32677cc54d49d5e697a9b209288b.zip |
Add presets.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4219 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'mda.lv2/Bandisto.ttl')
-rw-r--r-- | mda.lv2/Bandisto.ttl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mda.lv2/Bandisto.ttl b/mda.lv2/Bandisto.ttl index 6b9177d..cb4d038 100644 --- a/mda.lv2/Bandisto.ttl +++ b/mda.lv2/Bandisto.ttl @@ -23,7 +23,7 @@ mda:Bandisto lv2:index 0 ; lv2:name "Listen" ; lv2:symbol "listen" ; - lv2:default 1 ; + lv2:default 1.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; lv2:portProperty lv2:enumeration ; @@ -32,13 +32,13 @@ mda:Bandisto rdf:value 0.0 ] , [ rdfs:label "Mid" ; - rdf:value 0.2 + rdf:value 0.33333333 ] , [ rdfs:label "High" ; - rdf:value 0.4 + rdf:value 0.66666666 ] , [ rdfs:label "Out" ; - rdf:value 0.6 + rdf:value 1.0 ] ; rdfs:comment "Audition the low, mid and high bands individually" ] , [ |