commit a6086ad2586d3f912c5f5054d1e7b43066702ee7
parent 9cafeb0caa6b956f6ba3c83dac04079280a8eccb
Author: paulnasca <paulnasca>
Date: Wed, 6 Apr 2005 21:05:03 +0000
*** empty log message ***
Diffstat:
5 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -780,7 +780,9 @@
22 Mar 2005 - Corectata o mica eroare care facea ca la schimbari foarte lente al parametrilor sa nu se actualizeze Format Filter
25 Mar 2005 - Corectata o eroare care facea ca uneori, la anumite setari ale lui SepctrumAdjust din OscilGen sa rezulte semnal zero
Corectata o mica eroare care facea ca daca se foloseste setarea 440Hz la Padsynth sa se aleaga sample-ul incorect
-
+05 Apr 2005 - Modificat installerul pt. windows si pregatit pt. installer (folosit cross-compiling si nsis&wine)
+ - Adaugat icon in format windows (si la installer)
+
\ No newline at end of file
diff --git a/HISTORY.txt b/HISTORY.txt
@@ -1,3 +1,13 @@
+2.2.0 ()
+ - the VST version of ZynAddSubFX is removed from the instalation until it will be more stable (hope soon :) )
+ - now, the instrument banks contains over 300 high quality instruments
+ - added "Apply" a button from OscilGen window for PADsynth
+ - added another parameter to ADsynth that controls the amount of all detunes of voices
+ - adaptive harmonics postprocess
+ - improved the VU-meter and added a RMS plot
+ - Dvorak support for Virtual Keyboard
+ - many bugs fixed and code cleanups
+
2.1.1 (2 Oct 2004)
- Removed a big bug that prevented changing the part
2.1.0 (1 Oct 2004)
diff --git a/src/launch_zynaddsubfx.bat b/src/launch_zynaddsubfx.bat
@@ -0,0 +1,3 @@
+set PA_MIN_LATENCY_MSEC=70
+start zynaddsubfx.exe
+exit
diff --git a/src/zynaddsubfx.nsi b/src/zynaddsubfx.nsi
@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "ZynAddSubFX"
-!define PRODUCT_VERSION "2.1.1"
+!define PRODUCT_VERSION "2.2.0"
!define PRODUCT_PUBLISHER "Nasca Octavian Paul"
!define PRODUCT_WEB_SITE "http://zynaddsubfx.sourceforge.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\zynaddsubfx.exe"
@@ -75,13 +75,14 @@ Section "-Required" SEC01
File "COPYING.txt"
File "ChangeLog.txt"
File "bugs.txt"
- File "Warning.txt"
+; File "Warning.txt"
+ File "zynaddsubfx_icon.ico"
File /r "banks"
File /r "examples"
File /r "presets"
SetOutPath "$SYSDIR"
- File "pthreadGC.dll"
+ File "pthreadGC1.dll"
SectionEnd
Section "Standalone" SEC02
@@ -89,15 +90,15 @@ Section "Standalone" SEC02
File "zynaddsubfx.exe"
File "launch_zynaddsubfx.bat"
CreateDirectory "$SMPROGRAMS\ZynAddSubFX"
- CreateShortCut "$SMPROGRAMS\ZynAddSubFX\ZynAddSubFX low latency.lnk" "$INSTDIR\launch_zynaddsubfx.bat"
+ CreateShortCut "$SMPROGRAMS\ZynAddSubFX\ZynAddSubFX low latency.lnk" "$INSTDIR\launch_zynaddsubfx.bat" "" "zynaddsubfx_icon.ico"
CreateShortCut "$SMPROGRAMS\ZynAddSubFX\ZynAddSubFX.lnk" "$INSTDIR\zynaddsubfx.exe"
- CreateShortCut "$DESKTOP\ZynAddSubFX.lnk" "$INSTDIR\zynaddsubfx.exe"
+ CreateShortCut "$DESKTOP\ZynAddSubFX.lnk" "$INSTDIR\launch_zynaddsubfx.bat" "" "zynaddsubfx_icon.ico"
SectionEnd
-Section /o "VST Plugin" SEC03
- SetOutPath "$INSTDIR\VST"
- File "zynaddsubfx_vst.dll"
-SectionEnd
+;Section /o "VST Plugin" SEC03
+; SetOutPath "$INSTDIR\VST"
+; File "zynaddsubfx_vst.dll"
+;SectionEnd
Section /o "Source Code" SEC04
SetOutPath "$INSTDIR"
diff --git a/zynaddsubfx_icon.ico b/zynaddsubfx_icon.ico
Binary files differ.