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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3252 by schoenebeck, Mon May 29 22:19:19 2017 UTC revision 3253 by schoenebeck, Tue May 30 12:08:45 2017 UTC
# Line 187  Version SVN trunk (?) Line 187  Version SVN trunk (?)
187       - built-in "play_note()" function now supports a sample playback start       - built-in "play_note()" function now supports a sample playback start
188         offset with argument 3, where special value -1 means to use the regular         offset with argument 3, where special value -1 means to use the regular
189         sample offset as defined by the instrument file.         sample offset as defined by the instrument file.
190         - Built-in array variable %KEY_DOWN[] is now a read-only variable.
191         - Built-in variable $EVENT_NOTE is now a read-only variable.
192         - Built-in variable $EVENT_VELOCITY is now a read-only variable.
193         - built-in "play_note()" function now accepts -2 for its fourth argument
194           (note duration) which means the life time of the note shall be sticked
195           to the requested note number of argument 1.
196         - Fix: built-in "play_note()" function now returns 0 as result value if
197           -1 was passed for its fourth argument (note duration) and the respective
198           parent note is already gone.
199    
200    * Instruments DB:    * Instruments DB:
201      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to
# Line 671  Version 2.0.0 (15 July 2015) Line 680  Version 2.0.0 (15 July 2015)
680        $GIG_DIM_EFFECT3DEPTH, $GIG_DIM_EFFECT4DEPTH, $GIG_DIM_EFFECT5DEPTH.        $GIG_DIM_EFFECT3DEPTH, $GIG_DIM_EFFECT4DEPTH, $GIG_DIM_EFFECT5DEPTH.
681      - Giga format scripts: Implemented built-in script function      - Giga format scripts: Implemented built-in script function
682        "gig_set_dim_zone(event_id, dimension, zone)".        "gig_set_dim_zone(event_id, dimension, zone)".
683      - Implemented built-in script int array variable $KEY_DOWN.      - Implemented built-in script int array variable %KEY_DOWN.
684      - Implemented built-in script function "abs()".      - Implemented built-in script function "abs()".
685      - Implemented built-in script function "random()".      - Implemented built-in script function "random()".
686      - Implemented built-in script function "num_elements()".      - Implemented built-in script function "num_elements()".

Legend:
Removed from v.3252  
changed lines
  Added in v.3253

  ViewVC Help
Powered by ViewVC