[SCM] calf/master: + Filter: make Inertia a RT-context port again (it couldn't work properly the way it was implemented anyway)

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


The following commit has been merged in the master branch:
commit a4ebd02989dbbb6c7480920a950e3ef307657a25
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Jan 19 21:30:18 2009 +0000

    + Filter: make Inertia a RT-context port again (it couldn't work properly the way it was implemented anyway)

diff --git a/src/modules.cpp b/src/modules.cpp
index 4964174..2fae273 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -104,7 +104,7 @@ CALF_PORT_PROPS(filter) = {
     { 2000,      10,20000,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_HZ | PF_PROP_GRAPH, NULL, "freq", "Frequency" },
     { 0.707,  0.707,   32,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_COEF, NULL, "res", "Resonance" },
     { 0,          0,    5,    1, PF_ENUM | PF_CTL_COMBO, filter_choices, "mode", "Mode" },
-    { 20,         5,  100,    20, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC | PF_PROP_MSGCONTEXT, NULL, "inertia", "Inertia"},
+    { 20,         5,  100,    20, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "inertia", "Inertia"},
 };
 
 CALF_PLUGIN_INFO(filter) = { 0x847f, "Filter", "Calf Filter", "Krzysztof Foltman", calf_plugins::calf_copyright_info, "FilterPlugin" };

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list