--- linuxsampler/trunk/ChangeLog 2016/10/11 18:25:12 3008 +++ linuxsampler/trunk/ChangeLog 2016/10/23 07:24:09 3020 @@ -27,6 +27,12 @@ - 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 * packaging changes: - removed unnecessary dependency to libuuid @@ -123,6 +129,8 @@ - ScriptVM: Implemented automatic suspension of RT safety threatening scripts. - 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. Version 2.0.0 (15 July 2015)