[SCM] calf/master: + Flanger, Multichorus: use torbenh's drawing optimization

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


The following commit has been merged in the master branch:
commit a5bb863fe729270dea1294712fa9477c173fc531
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Jan 25 13:56:18 2009 +0000

    + Flanger, Multichorus: use torbenh's drawing optimization

diff --git a/configure.ac b/configure.ac
index 1bcc5e3..209c2f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([calf],[0.0.18pre4],[wdev at foltman.com])
+AC_INIT([calf],[0.0.18pre5],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/src/calf/modules.h b/src/calf/modules.h
index f3dd1fc..6a1e264 100644
--- a/src/calf/modules.h
+++ b/src/calf/modules.h
@@ -128,7 +128,6 @@ public:
     }
     bool get_graph(int index, int subindex, float *data, int points, cairo_iface *context);
     float freq_gain(int subindex, float freq, float srate);
-    virtual int get_changed_offsets(int generation, int &subindex_graph, int &subindex_dot, int &subindex_gridline) { subindex_graph = subindex_dot = subindex_gridline = 0; return 0; }
 };
 
 class phaser_audio_module: public audio_module<phaser_metadata>, public frequency_response_line_graph
@@ -725,7 +724,7 @@ public:
 };
 
 /// A multitap stereo chorus thing - processing
-class multichorus_audio_module: public audio_module<multichorus_metadata>, public line_graph_iface
+class multichorus_audio_module: public audio_module<multichorus_metadata>, public frequency_response_line_graph
 {
 public:
     float *ins[in_count]; 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list