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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2884 by schoenebeck, Wed Apr 20 15:22:58 2016 UTC revision 2902 by schoenebeck, Tue May 3 14:00:16 2016 UTC
# Line 43  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    
57  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
58    

Legend:
Removed from v.2884  
changed lines
  Added in v.2902

  ViewVC Help
Powered by ViewVC