--- linuxsampler/trunk/ChangeLog 2020/06/11 19:26:44 3789 +++ linuxsampler/trunk/ChangeLog 2020/06/14 14:29:41 3790 @@ -279,6 +279,11 @@ - Fixed re-entrant issue with function calls which caused wrong result values if the same function was called multiple times in a term (specifically if metric prefixes were used). + - NKSP language: Just throw a warning, not an error if an array variable of + size zero was declared. + - NKSP language: Allow omitting explicit array size on array variable + declaration if combined with immediate value assignment + (e.g. declare %foo[] := ( 1, 2, 3 ) ). * test cases: - Fixed compiler errors in test cases.