--- linuxsampler/trunk/ChangeLog 2017/05/19 14:23:12 3188 +++ linuxsampler/trunk/ChangeLog 2017/05/25 10:53:45 3207 @@ -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 @@ -156,6 +157,12 @@ "change_cutoff()", "change_reso()", "change_attack()", "change_decay()", "change_release()", "change_amp_lfo_depth()", "change_amp_lfo_freq()", "change_pitch_lfo_depth()" and "change_pitch_lfo_freq()". + - Added built-in script function "get_event_par()" and implemented some + 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. * Instruments DB: - Fixed memory access bug of general DB access code which lead to