--- linuxsampler/trunk/ChangeLog 2011/06/11 17:53:32 2183 +++ linuxsampler/trunk/ChangeLog 2011/06/24 19:39:11 2188 @@ -10,6 +10,9 @@ - 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 @@ -148,6 +151,9 @@ - added LSCP command "SET FX_SEND EFFECT " - added LSCP command "REMOVE FX_SEND EFFECT " + - added LSCP commands "SUBSCRIBE EFFECT_INSTANCE_COUNT", + "SUBSCRIBE EFFECT_INSTANCE_INFO", "SUBSCRIBE SEND_EFFECT_CHAIN_COUNT", + "SUBSCRIBE SEND_EFFECT_CHAIN_INFO" * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range @@ -162,6 +168,9 @@ 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 + - Windows: disabled the previous thread fix on non-Mac systems, as + it caused hanging threads on Windows Version 1.0.0 (31 July 2009)