[SCM] calf/master: + Wavetable: fix brass wavetable

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


The following commit has been merged in the master branch:
commit 0930a0c71f6cf1ff6bc871e9910e5ed2f6f26c92
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Mar 8 17:00:27 2009 +0000

    + Wavetable: fix brass wavetable

diff --git a/src/wavetable.cpp b/src/wavetable.cpp
index 892990e..b11cfdb 100644
--- a/src/wavetable.cpp
+++ b/src/wavetable.cpp
@@ -490,7 +490,7 @@ wavetable_audio_module::wavetable_audio_module()
                 mod += 2 * blip(i, k * 8, k * 4 + 10) * cos (ph * (k + 1));
             }
             float v = sin(ph + ii * mod);
-            tables[wavetable_metadata::wt_multi][i][j] = 32767 * v;
+            tables[wavetable_metadata::wt_brass][i][j] = 32767 * v;
         }
     }
     for (int i = 0; i < 129; i++)

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list