[SCM] calf/master: + Vintage Delay: make BPM linear and BPM knob step 0.1

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:18 UTC 2013


The following commit has been merged in the master branch:
commit bb0d4bb3300e1732158e0c442178289375b0c803
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Thu Jun 12 22:38:23 2008 +0000

    + Vintage Delay: make BPM linear and BPM knob step 0.1
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@199 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/modules.cpp b/src/modules.cpp
index c38b740..cf08324 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -142,7 +142,7 @@ const char *vintage_delay_fbmodes[] = {
 };
 
 parameter_properties vintage_delay_audio_module::param_props[] = {
-    { 120,      30,    300,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_BPM, NULL, "bpm", "Tempo" },
+    { 120,      30,    300,2701, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_BPM, NULL, "bpm", "Tempo" },
     {  4,        1,    16,    1, PF_INT | PF_SCALE_LINEAR | PF_CTL_FADER, NULL, "subdiv", "Subdivide"},
     {  3,        1,    16,    1, PF_INT | PF_SCALE_LINEAR | PF_CTL_FADER, NULL, "time_l", "Time L"},
     {  5,        1,    16,    1, PF_INT | PF_SCALE_LINEAR | PF_CTL_FADER, NULL, "time_r", "Time R"},

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list