--- linuxsampler/trunk/ChangeLog 2017/05/20 12:28:57 3193 +++ linuxsampler/trunk/ChangeLog 2017/05/28 14:46:14 3228 @@ -43,6 +43,7 @@ - windows, 32-bit: fixed potential crashes by making sure the stack in sub threads is 16-byte aligned - fixed numerous compiler warnings + - Fixed invalid (note-on) event ID being assigned to new Note objects. * packaging changes: - removed unnecessary dependency to libuuid @@ -160,6 +161,25 @@ of its possible parameter selections. - Added built-in script function "set_event_par()" and implemented some 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. + - Implemented built-in script function "same_region()" (currently only + available for gig format engine). * Instruments DB: - Fixed memory access bug of general DB access code which lead to