/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2879 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 2911 by schoenebeck, Mon May 16 20:27:33 2016 UTC
# Line 24  Version SVN trunk (?) Line 24  Version SVN trunk (?)
24    * packaging changes:    * packaging changes:
25      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
26        (originated by libgig's usage of it)        (originated by libgig's usage of it)
27        - Automake: set environment variable GCC_COLORS=auto to allow GCC to
28          auto detect whether it (sh/c)ould output its messages in color.
29    
30    * Real-time instrument scripts:    * Real-time instrument scripts:
31      - Implemented scheduler for delayed MIDI events and for suspended scripts.      - Implemented scheduler for delayed MIDI events and for suspended scripts.
# Line 41  Version SVN trunk (?) Line 43  Version SVN trunk (?)
43      - Built-in script function "play_note()": Added support for passing      - Built-in script function "play_note()": Added support for passing
44        special value -1 for "duration-us" argument, which will cause the        special value -1 for "duration-us" argument, which will cause the
45        triggered note to be released once the original note was released.        triggered note to be released once the original note was released.
46        - Instrument script classes now exported with the liblinuxsampler C++ API.
47        - Added new API method ScriptVM::syntaxHighlighting() which provides
48          a convenient syntax highlighting backend for external instrument
49          script editor applications.
50        - Added new C++ API class "ScriptVMFactory".
51        - Extended parser issues to provide not only first line and first
52          column, but also last line and last column of issue (thus marking
53          the precise span of the issue within the source code).
54        - Reload script automatically after being modified by an instrument
55          editor.
56        - NKSP language grammar correction: allow empty event handler bodies
57          like "on note end on".
58    
59  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
60    

Legend:
Removed from v.2879  
changed lines
  Added in v.2911

  ViewVC Help
Powered by ViewVC