aboutsummaryrefslogtreecommitdiffstats
path: root/mda.lv2/Vocoder.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-21 20:37:31 +0000
committerDavid Robillard <d@drobilla.net>2012-04-21 20:37:31 +0000
commit45a8dff2631c32677cc54d49d5e697a9b209288b (patch)
tree83ccb6522c46c84f0b7e93820fc3ca651c20d956 /mda.lv2/Vocoder.ttl
parent5fde36cdaee35b206e0a79396da59536182469e2 (diff)
downloadmda.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/Vocoder.ttl')
-rw-r--r--mda.lv2/Vocoder.ttl5
1 files changed, 3 insertions, 2 deletions
diff --git a/mda.lv2/Vocoder.ttl b/mda.lv2/Vocoder.ttl
index 2c4ad32..b1ec290 100644
--- a/mda.lv2/Vocoder.ttl
+++ b/mda.lv2/Vocoder.ttl
@@ -25,7 +25,7 @@ Note that both carrier and modulator signals are taken from one input channel, w
lv2:index 0 ;
lv2:name "Mod In" ;
lv2:symbol "mod_in" ;
- lv2:default 0.33 ;
+ lv2:default 0.0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
lv2:portProperty lv2:enumeration ;
@@ -107,7 +107,8 @@ Note that both carrier and modulator signals are taken from one input channel, w
lv2:default 0.33 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
- rdfs:comment "Select 16-band operation, or 8-band for thinner sound and reduced processor usage"
+ rdfs:comment "Select 16-band operation, or 8-band for thinner sound and reduced processor usage" ;
+ lv2:portProperty lv2:toggled
] , [
a lv2:InputPort ,
lv2:AudioPort ;