--- linuxsampler/trunk/ChangeLog 2016/07/22 14:37:34 2972 +++ linuxsampler/trunk/ChangeLog 2016/10/19 17:22:28 3018 @@ -27,6 +27,10 @@ - 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(). * packaging changes: - removed unnecessary dependency to libuuid @@ -120,6 +124,11 @@ a negative or zero wait time was passed as argument (since this is a common indication of a bug either of the script or even of the engine, which could lead to RT instability or even worse). + - 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)