--- linuxsampler/trunk/ChangeLog 2016/10/15 23:54:27 3013 +++ linuxsampler/trunk/ChangeLog 2016/12/16 12:57:59 3056 @@ -27,6 +27,13 @@ - All engines: Increased ramp speed of volume smoother and pan smoother (while slow rate of crossfade smoother is preserved) to allow quick volume and pan changes by instrument scripts for instance. + - gig/sf2/sfz: Fixed aftertouch channel pressure events being processed + 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 @@ -126,6 +133,10 @@ - Fixed NKSP parser warning "Not a statement" when assigning an initializer list to an array variable. + * Instruments DB: + - Fixed memory access bug of general DB access code which lead to + undefined behavior. + Version 2.0.0 (15 July 2015) * packaging changes: @@ -549,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. @@ -612,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