aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/Dither.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-21 22:35:41 +0000
committerDavid Robillard <d@drobilla.net>2012-04-21 22:35:41 +0000
commit337a13119180bf7fa6996d6c23962c31ea53db54 (patch)
tree7427f9be36a29978712c17399f7418e8f9d18425 /mda.lv2/Dither.ttl
parent3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d (diff)
downloadmda.lv2-929de9402bb6a0e7fbeb9dcadc9fef0111044210.tar.gz
mda.lv2-929de9402bb6a0e7fbeb9dcadc9fef0111044210.tar.bz2
mda.lv2-929de9402bb6a0e7fbeb9dcadc9fef0111044210.zip
MDA-LV2 1.0.0v1.0.0
git-svn-id: http://svn.drobilla.net/lad/tags/mda-lv2-1.0.0@4223 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'mda.lv2/Dither.ttl')
-rw-r--r--mda.lv2/Dither.ttl11
1 files changed, 6 insertions, 5 deletions
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"""