From 45a8dff2631c32677cc54d49d5e697a9b209288b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Apr 2012 20:37:31 +0000 Subject: Add presets. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4219 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/BeatBox.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mda.lv2/BeatBox.ttl') diff --git a/mda.lv2/BeatBox.ttl b/mda.lv2/BeatBox.ttl index 6f9691d..50a99f8 100644 --- a/mda.lv2/BeatBox.ttl +++ b/mda.lv2/BeatBox.ttl @@ -129,16 +129,16 @@ To record your own sounds, use the Record control to monitor the plug's input, t rdf:value 0.0 ] , [ rdfs:label "Monitor Input" ; - rdf:value 0.2 + rdf:value 0.25 ] , [ rdfs:label "Record Hat" ; - rdf:value 0.4 + rdf:value 0.5 ] , [ rdfs:label "Record Kick" ; - rdf:value 0.6 + rdf:value 0.75 ] , [ rdfs:label "Record Snare" ; - rdf:value 0.8 + rdf:value 1.0 ] ] , [ a lv2:InputPort , @@ -146,7 +146,7 @@ To record your own sounds, use the Record control to monitor the plug's input, t lv2:index 11 ; lv2:name "Thru Mix" ; lv2:symbol "thru_mix" ; - lv2:default 0 ; + lv2:default 0.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; rdfs:comment "Allow some of the input signal to be mixed with the output" -- cgit v1.2.1