[SCM] calf/master: + Monosynth: mark cutoff knob as non-noisy (as it has inertia now)

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


The following commit has been merged in the master branch:
commit bb061ede2324bcc4f05316867e025beea9269dc0
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Feb 4 22:38:57 2009 +0000

    + Monosynth: mark cutoff knob as non-noisy (as it has inertia now)

diff --git a/src/calf/modules_synths.h b/src/calf/modules_synths.h
index 9bf2349..77fcb3c 100644
--- a/src/calf/modules_synths.h
+++ b/src/calf/modules_synths.h
@@ -131,7 +131,7 @@ public:
     /// No CV inputs for now
     bool is_cv(int param_no) { return false; }
     /// Practically all the stuff here is noisy
-    bool is_noisy(int param_no) { return true; }
+    bool is_noisy(int param_no) { return param_no != par_cutoff; }
     /// Calculate control signals and produce step_size samples of output.
     void calculate_step();
     /// Main processing function

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list