--- linuxsampler/trunk/ChangeLog 2020/08/28 17:28:48 3816 +++ linuxsampler/trunk/ChangeLog 2020/08/29 16:37:35 3818 @@ -292,6 +292,9 @@ - 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.