--- linuxsampler/trunk/ChangeLog 2011/06/11 17:53:32 2183 +++ linuxsampler/trunk/ChangeLog 2011/07/07 19:19:09 2201 @@ -10,6 +10,11 @@ - 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 + - minor Makefile fix for building lscpparser when build and source + directories are separate * general changes: - Refactoring: moved the independent code from @@ -105,7 +110,12 @@ - save engine type (gig, sfz or sf2) in plugin state - VST: when opening Fantasia, look for both 32 and 64 bit Java on 64 bit Windows - + - AU: changed number of output channels from one stereo to 16 + stereo + - VST: made it possible to build the VST plugin for Mac + - AU: link AU plugin dynamically if --disable-shared isn't + specified + * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding the ALSA sequencer client name @@ -148,11 +158,14 @@ - 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 - minor valgrind fixes - - fixed crash which occured when changing an already deployed sampler + - fixed crash which occurred when changing an already deployed sampler channel to a different engine type - fixed crash when deleting a sampler channel or changing engine type while an instrument load was in progress @@ -162,6 +175,11 @@ 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 + - Fixed possible crashes due to corrupted MIDI/audio device list + after MIDI/audio device creation failure Version 1.0.0 (31 July 2009)