From d2f3811fe6c0fdbce5ad102ec6e374d967feb932 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Wed, 28 Jan 2009 23:31:52 +0000 Subject: [PATCH] + AutoHell+ChangeLog: update for 0.0.18.2 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9675471..b8f9995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 0.0.18.2 + ++ Organ: fix voice stealing of released notes, sort out GUI, add quadratic + mode for amplitude envelope (enabled by default) - sounds more natural ++ Monosynth: fix the bug that caused JACK to kick the client out due + to precalculating waves in a completely wrong place, fix portamento + for off-stack notes ++ Presets: 3 new presets for Organ, 4 for Monosynth, 2 for Reverb + Version 0.0.18.1 + Filter: fixed subtle redraw bugs diff --git a/configure.ac b/configure.ac index 09a4554..78b5416 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.18.1],[wdev@foltman.com]) +AC_INIT([calf],[0.0.18.2],[wdev@foltman.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT