[SCM] calf/master: + Monosynth: use dB scale for resonance

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 a21f3cfe19e57f9f92afa1889509da919f08dbbc
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Feb 7 22:02:12 2009 +0000

    + Monosynth: use dB scale for resonance

diff --git a/src/modules.cpp b/src/modules.cpp
index 6c48a9e..e2f9662 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -265,8 +265,8 @@ CALF_PORT_PROPS(monosynth) = {
     { 0.5,        0,    1,    0, PF_FLOAT | PF_SCALE_PERC, NULL, "o12_mix", "O1<>2 Mix" },
     { 1,          0,    7,    0, PF_ENUM | PF_CTL_COMBO | PF_PROP_GRAPH, monosynth_filter_choices, "filter", "Filter" },
     { 33,        10,16000,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ, NULL, "cutoff", "Cutoff" },
-    { 2,        0.7,    8,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB, NULL, "res", "Resonance" },
-    { 0,      -4800, 4800,    0, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "filter_sep", "Separation" },
+    { 2,        0.7,    8,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB, NULL, "res", "Resonance" },
+    { 0,      -2400, 2400,    0, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "filter_sep", "Separation" },
     { 8000,  -10800,10800,    0, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "env2cutoff", "Env->Cutoff" },
     { 1,          0,    1,    0, PF_FLOAT | PF_SCALE_PERC | PF_CTL_KNOB, NULL, "env2res", "Env->Res" },
     { 1,          0,    1,    0, PF_FLOAT | PF_SCALE_PERC | PF_CTL_KNOB, NULL, "env2amp", "Env->Amp" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list