--- linuxsampler/trunk/ChangeLog 2020/08/06 12:15:02 3804 +++ linuxsampler/trunk/ChangeLog 2020/08/31 08:34:02 3819 @@ -290,6 +290,11 @@ array size than amount of initial values been assigned, and initialize the missing array elements with zero in this case. - Fixed built-in NKSP exit() function to behave as return statement. + - NKSP parser: Fixed crash if unary '-' operator was used on a non-number + data type. + - NKSP VM: Fixed the "release" handler being executed too often under + certain situations if polyphonic data was passed from "note" handler to + "release" handler. * test cases: - Fixed compiler errors in test cases. @@ -345,6 +350,8 @@ * SFZ format engine: - Fixed support for regions with loccN/hiccN conditions on more than one MIDI controller. + - Fixed internal opcode 'xfin_hivel' falsely being set by user opcode + 'xfin_lovel' (patch by Christian Czezatke). * Benchmarks: - Fixed benchmarks/triang.cpp falsely having favoured "int math abs"