--- linuxsampler/trunk/ChangeLog 2016/04/19 14:07:53 2879 +++ linuxsampler/trunk/ChangeLog 2016/04/22 15:37:45 2885 @@ -24,6 +24,8 @@ * packaging changes: - removed unnecessary dependency to libuuid (originated by libgig's usage of it) + - Automake: set environment variable GCC_COLORS=auto to allow GCC to + auto detect whether it (sh/c)ould output its messages in color. * Real-time instrument scripts: - Implemented scheduler for delayed MIDI events and for suspended scripts. @@ -41,6 +43,10 @@ - Built-in script function "play_note()": Added support for passing special value -1 for "duration-us" argument, which will cause the triggered note to be released once the original note was released. + - Instrument script classes now exported with the liblinuxsampler C++ API. + - Added new API method ScriptVM::syntaxHighlighting() which provides + a convenient syntax highlighting backend for external instrument + script editor applications. Version 2.0.0 (15 July 2015)