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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3212 by schoenebeck, Thu May 25 13:17:47 2017 UTC revision 3260 by schoenebeck, Wed May 31 21:07:44 2017 UTC
# Line 165  Version SVN trunk (?) Line 165  Version SVN trunk (?)
165      - Fixed polyphonic variables not being reset to zero after usage.      - Fixed polyphonic variables not being reset to zero after usage.
166      - Built-in "ignore_event()" function: argument is now optional, like with      - Built-in "ignore_event()" function: argument is now optional, like with
167        built-in function "ignore_controller()".        built-in function "ignore_controller()".
168        - Implemented built-in script function "change_velo()".
169        - Implemented built-in script function "change_note()".
170        - Adjusted behavior of "change_vol()" and "change_tune()" to a more
171          intuitive behavior if used in combination with "change_vol_time()" or
172          "change_tune_time()" respectively: now tuning/volume changes are only
173          assigned (without delay) immediately to a new note if the respective
174          timing function has not been called before, otherwise the volume/tuning
175          changes are automatically faded (before, only the event's time stamp was
176          relevant).
177         - Implemented built-in script function "array_equal()".
178         - Implemented built-in script function "search()".
179         - Implemented built-in script function "sort()".
180         - NKSP Fix: Never suspend "init" event handlers.
181         - Implemented built-in script function "same_region()" (currently only
182           available for gig format engine).
183         - Added built-in script constant "$NKSP_LINEAR".
184         - Added built-in script constant "$NKSP_EASE_IN_EASE_OUT".
185         - Implemented built-in script function "change_vol_curve()".
186         - Implemented built-in script function "change_tune_curve()".
187         - 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
189           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        - Implemented built-in script function "change_play_pos()".
200        - NKSP language: Added support for user declared const array variables.
201        - NKSP language: Raise parser warning if array variable is accessed with
202          an index that exceeds the array's size.
203        - NKSP language fix: Unknown characters were not handled correctly.
204        - NKSP language: Added support for "synchronized .. end synchronized"
205          code blocks.
206    
207    * Instruments DB:    * Instruments DB:
208      - 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 649  Version 2.0.0 (15 July 2015) Line 687  Version 2.0.0 (15 July 2015)
687        $GIG_DIM_EFFECT3DEPTH, $GIG_DIM_EFFECT4DEPTH, $GIG_DIM_EFFECT5DEPTH.        $GIG_DIM_EFFECT3DEPTH, $GIG_DIM_EFFECT4DEPTH, $GIG_DIM_EFFECT5DEPTH.
688      - Giga format scripts: Implemented built-in script function      - Giga format scripts: Implemented built-in script function
689        "gig_set_dim_zone(event_id, dimension, zone)".        "gig_set_dim_zone(event_id, dimension, zone)".
690      - Implemented built-in script int array variable $KEY_DOWN.      - Implemented built-in script int array variable %KEY_DOWN.
691      - Implemented built-in script function "abs()".      - Implemented built-in script function "abs()".
692      - Implemented built-in script function "random()".      - Implemented built-in script function "random()".
693      - Implemented built-in script function "num_elements()".      - Implemented built-in script function "num_elements()".

Legend:
Removed from v.3212  
changed lines
  Added in v.3260

  ViewVC Help
Powered by ViewVC