--- linuxsampler/trunk/ChangeLog 2017/06/23 12:24:58 3290 +++ linuxsampler/trunk/ChangeLog 2017/06/28 09:45:56 3296 @@ -7,6 +7,7 @@ load real-time instrument script file (NKSP script language). - Implemented opcode set_ccN (initial patch by Giovanni Senatore). - Fixed unintended volume fade-in of voices under certain conditions. + - sfz parser: allow missing space between header and opcode * Gigasampler/GigaStudio format engine: - Fixed clicks and pumping noise with Lowpass Turbo filter on very low @@ -212,6 +213,14 @@ - Print a time stamp along to each call of built-in function "message()". - ScriptVM API: Added VMParserContext::preprocessorComments() which allows to retrieve all code blocks filtered out by the preprocessor. + - Added built-in script function "fork()". + - Added built-in array variable %NKSP_CALLBACK_CHILD_ID[]. + - Added built-in variable $NKSP_CALLBACK_PARENT_ID. + - Fixed potential crash when accessing dynamic built-in array variables. + - Added built-in script function "callback_status()". + - Added built-in constant $CALLBACK_STATUS_TERMINATED. + - Added built-in constant $CALLBACK_STATUS_QUEUE. + - Added built-in constant $CALLBACK_STATUS_RUNNING. * Instruments DB: - Fixed memory access bug of general DB access code which lead to