[SCM] calf/master: + Monosynth: rename PWheel Range to PBend Range

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:20 UTC 2013


The following commit has been merged in the master branch:
commit 301ec66ca12027355db962b49376c3724c97a8f8
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Feb 7 22:05:11 2009 +0000

    + Monosynth: rename PWheel Range to PBend Range

diff --git a/gui/gui-monosynth.xml b/gui/gui-monosynth.xml
index ce51447..4ed0d89 100644
--- a/gui/gui-monosynth.xml
+++ b/gui/gui-monosynth.xml
@@ -159,9 +159,9 @@
       <vbox border="10" spacing="10">
         <hbox>
           <vbox>
-            <label param="pwhl_range"/>
-            <knob param="pwhl_range"/>
-            <value param="pwhl_range"/>
+            <label param="pbend_range"/>
+            <knob param="pbend_range"/>
+            <value param="pbend_range"/>
           </vbox>
           <vbox>
             <label param="legato" expand="0"/>
diff --git a/src/modules.cpp b/src/modules.cpp
index e2f9662..f3b646c 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -285,7 +285,7 @@ CALF_PORT_PROPS(monosynth) = {
 
     { 0.5,         0,   1, 100, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_PROP_OUTPUT_GAIN, NULL, "master", "Volume" },
 
-    { 200,     -2400, 2400,   49, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "pwhl_range", "PWheel Range" },
+    { 200,     -2400, 2400,   49, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "pbend_range", "PBend Range" },
 
     { 5,       0.01, 20,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ, NULL, "lfo_rate", "LFO Rate" },
     { 0.5,      0.1,  5,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_SEC, NULL, "lfo_delay", "LFO Delay" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list