[SCM] calf/master: + AutoHell: updated version number to 0.0.14 + Monosynth: added new preset Bubbles + ChangeLog: mentioned new Monosynth presets

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:24 UTC 2013


The following commit has been merged in the master branch:
commit 5a2abc359fe499ae31ac5f1c12e793d0f7a8d602
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Jul 5 12:18:47 2008 +0000

    + AutoHell: updated version number to 0.0.14
    + Monosynth: added new preset Bubbles
    + ChangeLog: mentioned new Monosynth presets
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@229 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/ChangeLog b/ChangeLog
index 02f2657..5809292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Version 0.0.14?
+Version 0.0.14
 + OSC: totally new OSC wrapper, to allow for realtime-safe parsing (doesn't
   matter as far as functionality goes, will probably be rewritten again
   anyway)
@@ -8,6 +8,7 @@ Version 0.0.14?
 + GUI: improved bipolar knobs, added endless knobs
 + Presets: separate 'built-in' and 'user' presets (so that built-in presets
   can be upgraded without affecting user's own presets)
++ Monosynth: new presets
 
 Version 0.0.13
 + Fixed several problems related to 64-bit environments and OpenSUSE (thanks
diff --git a/configure.ac b/configure.ac
index df1e268..9606f57 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.13],[wdev at foltman.com])
+AC_INIT([calf],[0.0.14],[wdev at foltman.com])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/presets.xml b/presets.xml
index 6cb3794..9a99c6c 100644
--- a/presets.xml
+++ b/presets.xml
@@ -2061,4 +2061,29 @@
   <param name="vel2amp" value="1" />
   <param name="master" value="0.5" />
 </preset>
+<preset bank="0" program="0" plugin="monosynth" name="Bubbles">
+  <param name="o1_wave" value="11" />
+  <param name="o2_wave" value="11" />
+  <param name="o12_detune" value="2" />
+  <param name="o2_xpose" value="0" />
+  <param name="phase_mode" value="1" />
+  <param name="o12_mix" value="0.525" />
+  <param name="filter" value="5" />
+  <param name="cutoff" value="16000" />
+  <param name="res" value="8" />
+  <param name="filter_sep" value="2400" />
+  <param name="env2cutoff" value="-3888" />
+  <param name="env2res" value="0" />
+  <param name="env2amp" value="0.51" />
+  <param name="adsr_a" value="47.5774" />
+  <param name="adsr_d" value="190.54" />
+  <param name="adsr_s" value="0.45" />
+  <param name="adsr_r" value="287.215" />
+  <param name="key_follow" value="0.98" />
+  <param name="legato" value="2" />
+  <param name="portamento" value="19.3821" />
+  <param name="vel2filter" value="0.42" />
+  <param name="vel2amp" value="0.46" />
+  <param name="master" value="0.5" />
+</preset>
 </presets>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list