--- linuxsampler/trunk/ChangeLog 2016/04/22 15:37:45 2885 +++ linuxsampler/trunk/ChangeLog 2016/05/16 20:27:33 2911 @@ -47,6 +47,14 @@ - Added new API method ScriptVM::syntaxHighlighting() which provides a convenient syntax highlighting backend for external instrument script editor applications. + - Added new C++ API class "ScriptVMFactory". + - Extended parser issues to provide not only first line and first + column, but also last line and last column of issue (thus marking + the precise span of the issue within the source code). + - Reload script automatically after being modified by an instrument + editor. + - NKSP language grammar correction: allow empty event handler bodies + like "on note end on". Version 2.0.0 (15 July 2015)