commit f286c9ac28f9b76a19d4ddf191b63ff2807de3cf
parent a84d00fbe2c41fd525bfd9214fdc423228a88cf6
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sat, 20 Jun 2009 18:01:33 -0400
Updated HISTORY.txt and README.txt
Diffstat:
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/HISTORY.txt b/HISTORY.txt
@@ -1,3 +1,16 @@
+2.4.0 (21 Jun 2009)
+ - extended mono functionality
+ - legato mode
+ - export functionality on PADsynth
+ - inclusion of LASH client
+ - inclusion of DSSI audio output
+ - enabled tooltips for knobs (both description and value tooltips)
+ - added support for newer JACK api
+ - added quertz support for virtual keyboard
+ - started to encorperate cxxtest for unit testing
+ - many bugfixes
+ - code cleanup
+
2.2.1 (28 Apr 2005)
- made to work with mxml-2.2 (will NOT work on older versions)
- it is possible to remove completely the graphical user interface (e.g. it can run without X). For this you need to modify the DISABLE_GUI option from the Makefile.inc
diff --git a/README.txt b/README.txt
@@ -28,9 +28,9 @@ Requirements:
-------------
- a fast computer
- Linux (tested with RedHat 7.2,7.3,etc.) or Windows
- - FFTW 2.x.x (tested with fftw 2.0.5, 2.1.3) - necessary for
+ - FFTW 2.x.x or 3.x.x (tested with fftw 2.0.5, 2.1.3, and 3.1.3) - necessary for
Fast Fourier computations
- - MXML-2.2 library from http://www.easysw.com/~mike/mxml/
+ - MXML-2.5 library from www.minixml.org
- zlib library from http://www.zlib.org - this exists in most Linux distributions
- (for Linux) OpenSoundSystem (OSS) (if you don't have ALSA, only)
- (for Windows) pthreads, portaudio
@@ -92,4 +92,4 @@ Please send me instruments,banks,master settings,songs(midi+...xmz files) done w
Have fun! :-)
-
+--The ZynAddSubFX team