aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-11 22:28:53 +0000
committerDavid Robillard <d@drobilla.net>2011-03-11 22:28:53 +0000
commitafa269c677ffb85c8f77c63a80ab17286e2eef8c (patch)
tree9098872f43dade682d3a0f96e0989d20b2377e3d
parentb9b96331abc62c377e45f935dbd93197fb305cf6 (diff)
downloadmda.lv2-afa269c677ffb85c8f77c63a80ab17286e2eef8c.tar.gz
mda.lv2-afa269c677ffb85c8f77c63a80ab17286e2eef8c.tar.bz2
mda.lv2-afa269c677ffb85c8f77c63a80ab17286e2eef8c.zip
Fix port labels and symbols.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3082 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--mdala.lv2/Ambience.ttl2
-rw-r--r--mdala.lv2/DeEss.ttl2
-rw-r--r--mdala.lv2/Degrade.ttl2
-rw-r--r--mdala.lv2/Delay.ttl2
-rw-r--r--mdala.lv2/Dither.ttl2
-rw-r--r--mdala.lv2/DubDelay.ttl6
-rw-r--r--mdala.lv2/ThruZero.ttl4
-rw-r--r--mdala.lv2/Tracker.ttl4
-rw-r--r--src/mdaDubDelay.cpp2
-rw-r--r--src/mdaTracker.cpp2
10 files changed, 14 insertions, 14 deletions
diff --git a/mdala.lv2/Ambience.ttl b/mdala.lv2/Ambience.ttl
index 9227597..eb24849 100644
--- a/mdala.lv2/Ambience.ttl
+++ b/mdala.lv2/Ambience.ttl
@@ -19,7 +19,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 1 ;
lv2:name "HF Damp" ;
- lv2:symbol "h_f_damp" ;
+ lv2:symbol "hf_damp" ;
lv2:default 0.7 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/DeEss.ttl b/mdala.lv2/DeEss.ttl
index 35a52d9..9a2fa0f 100644
--- a/mdala.lv2/DeEss.ttl
+++ b/mdala.lv2/DeEss.ttl
@@ -27,7 +27,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 2 ;
lv2:name "HF Drive" ;
- lv2:symbol "h_f_drive" ;
+ lv2:symbol "hf_drive" ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/Degrade.ttl b/mdala.lv2/Degrade.ttl
index 424ff93..b7095b6 100644
--- a/mdala.lv2/Degrade.ttl
+++ b/mdala.lv2/Degrade.ttl
@@ -35,7 +35,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 3 ;
lv2:name "PostFilt" ;
- lv2:symbol "postfilt" ;
+ lv2:symbol "post_filt" ;
lv2:default 0.9 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/Delay.ttl b/mdala.lv2/Delay.ttl
index 89858a7..066e579 100644
--- a/mdala.lv2/Delay.ttl
+++ b/mdala.lv2/Delay.ttl
@@ -43,7 +43,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 4 ;
lv2:name "FX Mix" ;
- lv2:symbol "f_x_mix" ;
+ lv2:symbol "fx_mix" ;
lv2:default 0.33 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/Dither.ttl b/mdala.lv2/Dither.ttl
index 86dbe00..193ced3 100644
--- a/mdala.lv2/Dither.ttl
+++ b/mdala.lv2/Dither.ttl
@@ -35,7 +35,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 3 ;
lv2:name "DC Trim" ;
- lv2:symbol "d_c_trim" ;
+ lv2:symbol "dc_trim" ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/DubDelay.ttl b/mdala.lv2/DubDelay.ttl
index ab736d5..c320270 100644
--- a/mdala.lv2/DubDelay.ttl
+++ b/mdala.lv2/DubDelay.ttl
@@ -34,8 +34,8 @@
] , [
a lv2:InputPort, lv2:ControlPort ;
lv2:index 3 ;
- lv2:name "LFO Dep." ;
- lv2:symbol "lfo_dep_" ;
+ lv2:name "LFO Depth" ;
+ lv2:symbol "lfo_depth" ;
lv2:default 0 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
@@ -51,7 +51,7 @@
a lv2:InputPort, lv2:ControlPort ;
lv2:index 5 ;
lv2:name "FX Mix" ;
- lv2:symbol "f_x_mix" ;
+ lv2:symbol "fx_mix" ;
lv2:default 0.33 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/ThruZero.ttl b/mdala.lv2/ThruZero.ttl
index 35e8466..fafed70 100644
--- a/mdala.lv2/ThruZero.ttl
+++ b/mdala.lv2/ThruZero.ttl
@@ -42,8 +42,8 @@
] , [
a lv2:InputPort, lv2:ControlPort ;
lv2:index 4 ;
- lv2:name "DepthMod" ;
- lv2:symbol "depthmod" ;
+ lv2:name "Depth Mod" ;
+ lv2:symbol "depth_mod" ;
lv2:default 1 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/mdala.lv2/Tracker.ttl b/mdala.lv2/Tracker.ttl
index eec1e10..184f7fc 100644
--- a/mdala.lv2/Tracker.ttl
+++ b/mdala.lv2/Tracker.ttl
@@ -42,8 +42,8 @@
] , [
a lv2:InputPort, lv2:ControlPort ;
lv2:index 4 ;
- lv2:name "Trnspose" ;
- lv2:symbol "trnspose" ;
+ lv2:name "Transpose" ;
+ lv2:symbol "transpose" ;
lv2:default 0.5 ;
lv2:minimum 0.0 ;
lv2:maximum 1.0 ;
diff --git a/src/mdaDubDelay.cpp b/src/mdaDubDelay.cpp
index c8aafaf..eb84d9c 100644
--- a/src/mdaDubDelay.cpp
+++ b/src/mdaDubDelay.cpp
@@ -140,7 +140,7 @@ void mdaDubDelay::getParameterName(LvzInt32 index, char *label)
case 0: strcpy(label, "Delay"); break;
case 1: strcpy(label, "Feedback"); break;
case 2: strcpy(label, "Fb Tone"); break;
- case 3: strcpy(label, "LFO Dep."); break;
+ case 3: strcpy(label, "LFO Depth"); break;
case 4: strcpy(label, "LFO Rate"); break;
case 5: strcpy(label, "FX Mix"); break;
case 6: strcpy(label, "Output"); break;
diff --git a/src/mdaTracker.cpp b/src/mdaTracker.cpp
index 815597e..6fd668c 100644
--- a/src/mdaTracker.cpp
+++ b/src/mdaTracker.cpp
@@ -138,7 +138,7 @@ void mdaTracker::getParameterName(LvzInt32 index, char *label)
case 1: strcpy(label, "Dynamics"); break;
case 2: strcpy(label, "Mix"); break;
case 3: strcpy(label, "Glide"); break;
- case 4: strcpy(label, "Trnspose"); break;
+ case 4: strcpy(label, "Transpose"); break;
case 5: strcpy(label, "Maximum"); break;
case 6: strcpy(label, "Trigger"); break;
case 7: strcpy(label, "Output"); break;