[SCM] calf/master: + DSSI: unbreak dot display in Compressor and MultiChorus

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


The following commit has been merged in the master branch:
commit 04fed021ee93e5eb11b6635eca6537c58804f1fc
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Jan 22 01:44:34 2009 +0000

    + DSSI: unbreak dot display in Compressor and MultiChorus

diff --git a/src/giface.cpp b/src/giface.cpp
index 19773e0..c496ec1 100644
--- a/src/giface.cpp
+++ b/src/giface.cpp
@@ -276,7 +276,7 @@ static void send_graph_via_osc(osctl::osc_client &client, const std::string &add
         for (int j = 0; ; j++)
         {
             float x, y;
-            int size;
+            int size = 3;
             if (graph->get_dot(index, j, x, y, size, &cairoctl))
                 os << (uint32_t)LGI_DOT << x << y << (uint32_t)size;
             else
diff --git a/src/modules.cpp b/src/modules.cpp
index 00064b0..74b3790 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -163,8 +163,8 @@ CALF_PORT_NAMES(multichorus) = {"In L", "In R", "Out L", "Out R"};
 
 CALF_PORT_PROPS(multichorus) = {
     { 5,        0.1,  10,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC | PF_PROP_GRAPH, NULL, "min_delay", "Minimum delay" },
-    { 6,        0.1,  10,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "mod_depth", "Modulation depth" },
-    { 0.5,     0.01,  20,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ, NULL, "mod_rate", "Modulation rate" },
+    { 6,        0.1,  10,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC| PF_PROP_GRAPH, NULL, "mod_depth", "Modulation depth" },
+    { 0.5,     0.01,  20,   0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ| PF_PROP_GRAPH, NULL, "mod_rate", "Modulation rate" },
     { 180,        0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG, NULL, "stereo", "Stereo phase" },
     { 4,          1,   8,   8, PF_INT | PF_SCALE_LINEAR | PF_CTL_FADER, NULL, "voices", "Voices"},
     { 64,         0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG, NULL, "vphase", "Inter-voice phase" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list