--- linuxsampler/trunk/ChangeLog 2020/01/10 16:02:35 3713 +++ linuxsampler/trunk/ChangeLog 2020/01/11 20:19:11 3714 @@ -231,6 +231,9 @@ which are identifying the new (N)RPN handlers as such at script runtime. - Implemented built-in script function "set_rpn()". - Implemented built-in script function "set_nrpn()". + - Fix: built-in functions returning an array type were broken and caused a + crash when the built-in function's (supposed to be array) result value was + used by the script VM. * test cases: - Fixed compiler errors in test cases.