--- linuxsampler/trunk/ChangeLog 2017/05/25 13:17:47 3212 +++ linuxsampler/trunk/ChangeLog 2017/05/25 16:32:17 3218 @@ -165,6 +165,15 @@ - 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). * Instruments DB: - Fixed memory access bug of general DB access code which lead to