--- linuxsampler/trunk/ChangeLog 2011/04/25 08:12:36 2175 +++ linuxsampler/trunk/ChangeLog 2011/06/19 09:09:38 2185 @@ -5,6 +5,14 @@ * packaging changes: - fixed building with newer MinGW-w64 + - Mac OS X: support the new dir for Core Audio SDK + - Mac OS X: fixed building outside source directory + - made sure all source files for hostplugins are included when + doing "make dist" + - removed empty directories left from the cvs to svn migration + - fixed compilation with gcc 4.6.1 + - another "make dist" fix, for LV2 plugin + - made --enable-pthread-testcancel default on Mac OS X * general changes: - Refactoring: moved the independent code from @@ -76,6 +84,9 @@ cutoff, resonance, fil_veltrack, fil_keytrack, fil_keycenter, cutoff_cc, cutoff_chanaft. - bugfix: zero ampeg_sustain didn't work + - added support for velocity effect on amplifier envelope time + (ampeg_vel2attack, ampeg_vel2decay, ampeg_vel2sustain and + ampeg_vel2release) * SoundFont format engine: - Initial implementation (not usable yet) @@ -152,6 +163,9 @@ a crash, or give "Handing back unknown region" error messages - bugfix: calling SET VOICES (which Fantasia does on start and refresh) could cause instruments to be unloaded + - Mac OS X: fixed name collision of enum in EffectControl and + wrong name of destructor in AudioOutputDeviceCoreAudio.cpp + - Mac OS X: fixed hanging threads Version 1.0.0 (31 July 2009)