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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2935 by schoenebeck, Sun Jul 10 14:24:13 2016 UTC revision 2945 by schoenebeck, Thu Jul 14 00:22:26 2016 UTC
# Line 73  Version SVN trunk (?) Line 73  Version SVN trunk (?)
73      - NKSP language scanner: Fixed IDs matching to require at least one      - NKSP language scanner: Fixed IDs matching to require at least one
74        character (i.e. when matching function names or variable names).        character (i.e. when matching function names or variable names).
75      - NKSP language scanner: disabled unusued rules.      - NKSP language scanner: disabled unusued rules.
76        - Fixed behavior of play_note() and note_off() functions which must
77          be distinguished engine internally from "real" MIDI note on/off
78          events in order to avoid misbehaviors like hanging notes.
79        - Implemented built-in script variable "$KSP_TIMER".
80        - Implemented built-in script variable "$NKSP_REAL_TIMER".
81        - Implemented built-in script variable "$NKSP_PERF_TIMER".
82        - Implemented built-in script variable "$ENGINE_UPTIME".
83        - Implemented built-in script function "inc()".
84        - Implemented built-in script function "dec()".
85        - NKSP language fix: division expressions were evaluated too often.
86        - NKSP language fix: string concatenation operator was right
87          associative instead of left (to right).
88    
89  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
90    

Legend:
Removed from v.2935  
changed lines
  Added in v.2945

  ViewVC Help
Powered by ViewVC