From 3a874054dc1dd4e4404f6af9547676a8e890184c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Apr 2012 17:55:45 +0000 Subject: Make scale point values match reality. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4163 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/Combo.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mda.lv2/Combo.ttl') diff --git a/mda.lv2/Combo.ttl b/mda.lv2/Combo.ttl index 4562e17..dd98a35 100644 --- a/mda.lv2/Combo.ttl +++ b/mda.lv2/Combo.ttl @@ -31,22 +31,22 @@ mda:Combo rdf:value 0.0 ] , [ rdfs:label "Tradtional speaker simulator" ; - rdf:value 1.0 + rdf:value 0.16666666 ] , [ rdfs:label "Small radio speaker" ; - rdf:value 2.0 + rdf:value 0.33333333 ] , [ rdfs:label "Small combo (close mic)" ; - rdf:value 3.0 + rdf:value 0.5 ] , [ rdfs:label "Small combo (far mic)" ; - rdf:value 4.0 + rdf:value 0.66666666 ] , [ rdfs:label "Large stack (front mic)" ; - rdf:value 5.0 + rdf:value 0.833333333 ] , [ rdfs:label "Large stack (side mic, scooped mids)" ; - rdf:value 6.0 + rdf:value 1.0 ] ] , [ a lv2:InputPort , -- cgit v1.2.1