[SCM] calf/master: + Wavetable: a sketch of modulation sources/destinations

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 1880e3f829bd7eee543d46be16e3036fc798d386
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Mar 9 21:43:29 2009 +0000

    + Wavetable: a sketch of modulation sources/destinations

diff --git a/src/calf/metadata.h b/src/calf/metadata.h
index b10460a..04cb704 100644
--- a/src/calf/metadata.h
+++ b/src/calf/metadata.h
@@ -245,6 +245,26 @@ struct wavetable_metadata: public plugin_metadata<wavetable_metadata>
         wt_multi,
         wt_count
     };
+    enum {
+        modsrc_none,
+        modsrc_env1,
+        modsrc_env2,
+        modsrc_env3,
+        modsrc_velocity,
+        modsrc_modwheel,
+        modsrc_count,
+    };
+    enum {
+        moddest_none,
+        moddest_o1shift,
+        moddest_o2shift,
+        moddest_o1detune,
+        moddest_o2detune,
+        moddest_o1pitch,
+        moddest_o2pitch,
+        moddest_dca,
+        moddest_count,
+    };
     enum { 
         par_o1wave, par_o1offset, par_o1transpose, par_o1detune, par_o1level,
         par_o2wave, par_o2offset, par_o2transpose, par_o2detune, par_o2level,

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list