[SCM] calf/master: + Organ: unbreak graph for DSSI

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


The following commit has been merged in the master branch:
commit b04025ff27f87d2d0cb46c67b0041542078f115b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Jan 22 22:41:29 2009 +0000

    + Organ: unbreak graph for DSSI

diff --git a/src/modules.cpp b/src/modules.cpp
index b993f13..5acb432 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -388,7 +388,7 @@ CALF_PORT_PROPS(organ) = {
     { 90,      0,360, 361, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG, NULL, "perc_stereo", "P: Stereo Phase" },
 
     { 0,         0,  1, 0, PF_BOOL | PF_CTL_TOGGLE, NULL, "filter_chain", "Filter 1 To 2" },
-    { 0.1,         0,  1, 100, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_PROP_OUTPUT_GAIN, NULL, "master", "Volume" },
+    { 0.1,         0,  1, 100, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_PROP_OUTPUT_GAIN | PF_PROP_GRAPH, NULL, "master", "Volume" },
     
     { 2000,   20, 20000, 100, PF_FLOAT | PF_SCALE_LOG | PF_UNIT_HZ | PF_CTL_KNOB, NULL, "f1_cutoff", "F1 Cutoff" },
     { 2,        0.7,    8,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB, NULL, "f1_res", "F1 Res" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list