[SCM] calf/master: + Phaser: mark the graph-bearing port properly

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:56 UTC 2013


The following commit has been merged in the master branch:
commit 44bef083c440f2b717c178e21c307204d0bfa7ce
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Jan 21 23:27:07 2009 +0000

    + Phaser: mark the graph-bearing port properly

diff --git a/src/modules.cpp b/src/modules.cpp
index 2fae273..00064b0 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -54,7 +54,7 @@ CALF_PLUGIN_INFO(flanger) = { 0x847d, "Flanger", "Calf Flanger", "Krzysztof Folt
 CALF_PORT_NAMES(phaser) = {"In L", "In R", "Out L", "Out R"};
 
 CALF_PORT_PROPS(phaser) = {
-    { 1000,      20, 20000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ, NULL, "base_freq", "Center Freq" },
+    { 1000,      20, 20000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ | PF_PROP_GRAPH, NULL, "base_freq", "Center Freq" },
     { 4000,       0, 10800,  0, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_CENTS, NULL, "mod_depth", "Modulation depth" },
     { 0.25,    0.01, 20,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ, NULL, "mod_rate", "Modulation rate" },
     { 0.25,   -0.99, 0.99,  0, PF_FLOAT | PF_SCALE_PERC | PF_CTL_KNOB | PF_UNIT_COEF, NULL, "feedback", "Feedback" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list