zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit f96d22a15aa71504059dbbbc093a7e3bae110e0f
parent a1584c2b90a4d28d3be5c43249d77be180f38fa7
Author: paulnasca <paulnasca>
Date:   Sat, 31 Jul 2004 20:41:14 +0000

*** empty log message ***

Diffstat:
MChangeLog | 2++
MHISTORY.txt | 4++++
Mcompile.win32 | 12++++++++++++
3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -671,5 +671,7 @@ 30 Iul 2004 - Gasite si corectate o gramada de erori (eu stergeam elemente din ferestre si fltk le stergea din nou) - Eliminate warning-urile pentru -Wall 31 Iul 2004 - Eliminate complet stergerile in plus de la UI din destructorele obiecte + - LANSAT PE INTERNET - VERSIUNEA (2.0.0pre2) +-------------------------------------------------------------------------------------------------- diff --git a/HISTORY.txt b/HISTORY.txt @@ -1,3 +1,7 @@ +2.0.0_pre2 (31 Iul 2004) + - Updated the XMLwrapper to mxml-2.0 + - Many bugfixes + - Other 2.0.0_pre1 (17 Iul 2004) - Added a new powerful synth engine which is called PADsynth, you can make very beautifull pads and even some strange sounds - Now is used the XML format for all zynaddsubfx parameters(.XMZ for master parameters, .XIZ for instrument parameters and .XSZ for scale parameters).You can import older parameters. All parameters files are compressed with gzip algorithm. diff --git a/compile.win32 b/compile.win32 @@ -6,6 +6,18 @@ Anyway if you want to compile, good luck :) First, you have to download and install Mingw and MSYS (www.mingw.org). Download the FLTK sources (www.fltk.org), compile and install. Second, you have to download, compile and install pthreads for windows (http://sources.redhat.com/pthreads-win32). You need to compile in GC mode. Also, you have to compile the portaudio library (www.portaudio.com). It it doesn't install itself, and you must copy the header files to the "include" directories from mingw(msys) and compiled libraries to the "lib" directory from mingw. +You need zlib and mxml-2.0. + +In short, the dependecies directories are (but some version might differ): +MinGW-3.1.0-1.exe +MSYS-1.0.10.exe +fftw-3.0.1.tar.gz +fltk-1.1.5rc2-source.tar.bz2 +mxml-2.0.tar.gz +portaudio_v18_1.zip +pthreads-2004-06-22.exe +zlib-1.2.1.tar.bz2 + Change the Makefile.inc, and change the compilation options (like operating system,etc.). Now, run make from msys. After the compilation, copy in the dll files (pthreadGC.dll and portaudio.dll) to the directory where "zynaddsubfx.exe" is.