--- linuxsampler/trunk/ChangeLog 2016/10/19 17:22:28 3018 +++ linuxsampler/trunk/ChangeLog 2017/01/05 16:04:00 3073 @@ -3,6 +3,10 @@ * SFZ format engine: - added support for , and #define (patch by Alby M) + * Gigasampler format engine: + - Fixed clicks and pumping noise with Lowpass Turbo filter on very low + cutoff settings. + * general changes: - fixed printf type errors (mostly in debug messages) - use unique_ptr instead of auto_ptr when building with C++11 @@ -31,6 +35,9 @@ properly and thus were ignored for certain uses. - Added new C++ API method VirtualMidiDevice::SendChannelPressureToSampler(). + - windows, 32-bit: fixed potential crashes by making sure the stack in + sub threads is 16-byte aligned + - fixed numerous compiler warnings * packaging changes: - removed unnecessary dependency to libuuid @@ -129,6 +136,11 @@ - Provide more user friendly error messages on syntax errors. - Fixed NKSP parser warning "Not a statement" when assigning an initializer list to an array variable. + - Implemented built-in script array variable "%ALL_EVENTS". + + * Instruments DB: + - Fixed memory access bug of general DB access code which lead to + undefined behavior. Version 2.0.0 (15 July 2015) @@ -553,6 +565,7 @@ "SUBSCRIBE SEND_EFFECT_CHAIN_INFO" - provide comprehensive error messages on LSCP syntax errors (suggesting expected next non-terminal symbols) + - Fixed client connection not being closed after network errors. * LSCP shell: - Added support for auto correction of obvious and trivial syntax mistakes. @@ -616,6 +629,7 @@ (i.e. return value of new script function "by_marks()"). - Pass/preserve polyphonic variable data from respective "note" event handler to "release" event handler. + - Fixed crash when using built-in script function "by_marks()". * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range