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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3205 by schoenebeck, Wed May 24 20:05:38 2017 UTC revision 3228 by schoenebeck, Sun May 28 14:46:14 2017 UTC
# Line 162  Version SVN trunk (?) Line 162  Version SVN trunk (?)
162      - Added built-in script function "set_event_par()" and implemented some      - Added built-in script function "set_event_par()" and implemented some
163        of its possible parameter selections.        of its possible parameter selections.
164      - Fixed a bunch of scheduler time related bugs.      - Fixed a bunch of scheduler time related bugs.
165        - Fixed polyphonic variables not being reset to zero after usage.
166        - Built-in "ignore_event()" function: argument is now optional, like with
167          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    
184    * Instruments DB:    * Instruments DB:
185      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to

Legend:
Removed from v.3205  
changed lines
  Added in v.3228

  ViewVC Help
Powered by ViewVC