--- linuxsampler/trunk/ChangeLog 2016/12/08 12:36:56 3050 +++ linuxsampler/trunk/ChangeLog 2016/12/16 12:57:59 3056 @@ -33,6 +33,7 @@ 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 @@ -559,6 +560,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. @@ -622,6 +624,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