[SCM] calf/master: + Organ: release-related fixes

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


The following commit has been merged in the master branch:
commit 818a978149b6ef0782ef88d1fc36bf770642f99b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Nov 27 21:27:42 2008 +0000

    + Organ: release-related fixes

diff --git a/src/calf/modules_synths.h b/src/calf/modules_synths.h
index 01d30a8..9b4b238 100644
--- a/src/calf/modules_synths.h
+++ b/src/calf/modules_synths.h
@@ -207,6 +207,7 @@ public:
     organ_audio_module()
     : drawbar_organ(&par_values)
     {
+        var_map_curve = "2\n0 1\n1 1\n"; // XXXKF hacky bugfix
     }
 
     void set_sample_rate(uint32_t sr) {
diff --git a/src/gui.cpp b/src/gui.cpp
index 5dc5ca6..68e669d 100644
--- a/src/gui.cpp
+++ b/src/gui.cpp
@@ -432,7 +432,7 @@ GtkWidget *curve_param_control::create(plugin_gui *_gui, int _param_no)
 
 void curve_param_control::send_configure(const char *key, const char *value)
 {
-    cout << "send conf " << key << endl;
+    // cout << "send conf " << key << endl;
     if (attribs["key"] == key)
     {
         stringstream ss(value);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list