From 337a13119180bf7fa6996d6c23962c31ea53db54 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Apr 2012 22:35:41 +0000 Subject: MDA-LV2 1.0.0 git-svn-id: http://svn.drobilla.net/lad/tags/mda-lv2-1.0.0@4223 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/Dither.ttl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'mda.lv2/Dither.ttl') diff --git a/mda.lv2/Dither.ttl b/mda.lv2/Dither.ttl index d69ecf0..9f41510 100644 --- a/mda.lv2/Dither.ttl +++ b/mda.lv2/Dither.ttl @@ -42,21 +42,22 @@ Very technical note This plug-in follows Steinberg's convention that a signal le lv2:index 1 ; lv2:name "Dither" ; lv2:symbol "dither" ; - lv2:default 0.88 ; + lv2:default 0.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; + lv2:portProperty lv2:enumeration ; lv2:scalePoint [ rdfs:label "Truncation" ; rdf:value 0.0 ] , [ rdfs:label "Triangular PDF dither" ; - rdf:value 0.25 + rdf:value 0.33333333 ] , [ rdfs:label "High-pass Triangular PDF dither" ; - rdf:value 0.5 + rdf:value 0.66666666 ] , [ rdfs:label "Second-order noise-shaped dither" ; - rdf:value 0.75 + rdf:value 1.0 ] ] , [ a lv2:InputPort , @@ -84,7 +85,7 @@ Very technical note This plug-in follows Steinberg's convention that a signal le lv2:index 4 ; lv2:name "Zoom" ; lv2:symbol "zoom" ; - lv2:default 0 ; + lv2:default 0.0 ; lv2:minimum 0.0 ; lv2:maximum 1.0 ; rdfs:comment """Allows the signal to be faded into the noise floor at a clearly audible level so dither settings can be "auditioned". Note that some (perceptual) properties of dither will change when listened to in this way""" -- cgit v1.2.1