paulstretch_cpp

PaulStretch
Log | Files | Refs | LICENSE

commit 7d0b60b5e1f73968e982c85d979f3b9edccd18c6
parent 06a4b6a1178bbefd448bbc2f28aca834c750572f
Author: Nasca Octavian PAUL <[email protected]>
Date:   Sat,  5 Mar 2011 20:59:45 +0200

version

Diffstat:
Mreadme.txt | 8+++++++-
Mversion.h | 2+-
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/readme.txt b/readme.txt @@ -73,10 +73,16 @@ History: - Shorten algorithm improvements - Added an option to preserve the tonal part or noise part - Ignored the commandline parameters starting with "-" (usefull for macosx) - 20110303(2.2-0) + + 20110305(2.2-0) - gzip bugfix which prevents loading of the .psx files on Windows - bugfix on freeze function on onsets + 20110305(2.2-1) + - removed the noise on starting/seeking with the player + - bugfix on freeze function + + Enjoy! :) Paul diff --git a/version.h b/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "version 2.2 (20110303)" +#define VERSION "version 2.2-1 (20110305)" //#define VERSION "" #endif