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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2927 by schoenebeck, Thu Jun 30 16:44:46 2016 UTC revision 2938 by schoenebeck, Mon Jul 11 17:10:40 2016 UTC
# Line 59  Version SVN trunk (?) Line 59  Version SVN trunk (?)
59        editor.        editor.
60      - NKSP language grammar correction: allow empty event handler bodies      - NKSP language grammar correction: allow empty event handler bodies
61        like "on note end on".        like "on note end on".
62        - Implemented built-in script function "change_vol()".
63        - Implemented built-in script function "change_tune()".
64        - Implemented built-in script function "change_pan()".
65        - Implemented built-in script function "change_cutoff()".
66        - Implemented built-in script function "change_reso()".
67        - Implemented built-in script function "event_status()".
68        - Added built-in script constants "$EVENT_STATUS_INACTIVE" and
69          "$EVENT_STATUS_NOTE_QUEUE" both for being used as flags for
70          "event_status()" function.
71        - NKSP language: Added support for bitwise operators ".or.", ".and."
72          and ".not.".
73        - NKSP language scanner: Fixed IDs matching to require at least one
74          character (i.e. when matching function names or variable names).
75        - 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    
80  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
81    

Legend:
Removed from v.2927  
changed lines
  Added in v.2938

  ViewVC Help
Powered by ViewVC