--- linuxsampler/trunk/ChangeLog 2017/05/25 10:53:45 3207 +++ linuxsampler/trunk/ChangeLog 2017/05/26 18:30:42 3221 @@ -163,6 +163,21 @@ of its possible parameter selections. - Fixed a bunch of scheduler time related bugs. - Fixed polyphonic variables not being reset to zero after usage. + - Built-in "ignore_event()" function: argument is now optional, like with + built-in function "ignore_controller()". + - Implemented built-in script function "change_velo()". + - Implemented built-in script function "change_note()". + - Adjusted behavior of "change_vol()" and "change_tune()" to a more + intuitive behavior if used in combination with "change_vol_time()" or + "change_tune_time()" respectively: now tuning/volume changes are only + assigned (without delay) immediately to a new note if the respective + timing function has not been called before, otherwise the volume/tuning + changes are automatically faded (before, only the event's time stamp was + relevant). + - Implemented built-in script function "array_equal()". + - Implemented built-in script function "search()". + - Implemented built-in script function "sort()". + - NKSP Fix: Never suspend "init" event handlers. * Instruments DB: - Fixed memory access bug of general DB access code which lead to