--- linuxsampler/trunk/ChangeLog 2020/01/04 12:09:45 3697 +++ linuxsampler/trunk/ChangeLog 2020/01/15 16:12:51 3719 @@ -42,6 +42,11 @@ allow processing MIDI data entry messages without always having to be preceded strictly by RPN/NRPN parameter selection messages on each value change). + - Added support for MIDI CC #96 (data increment) and MIDI CC #97 (data + decrement). + - Added support for 'null function RPN/NRPN' (which is RPN/NRPN parameter + MSB=127 and LSB=127) and which is disabling subsequent data + entry/increment/decrement CC messages. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -226,6 +231,15 @@ which are identifying the new (N)RPN handlers as such at script runtime. - Implemented built-in script function "set_rpn()". - Implemented built-in script function "set_nrpn()". + - Fix: built-in functions returning an array type were broken and caused a + crash when the built-in function's (supposed to be array) result value was + used by the script VM. + - Removed upper value constraint for 2nd argument of built-in functions + "change_amp_lfo_freq()", "change_cutoff_lfo_freq()", + "change_pitch_lfo_freq()","change_reso()", "change_cutoff()", + "change_amp_lfo_depth()", "change_cutoff_lfo_depth()" and + "change_pitch_lfo_depth()", to allow e.g. passing value 2000000 to double + the LFO frequency / resonance / cutoff frequency. * test cases: - Fixed compiler errors in test cases. @@ -269,6 +283,7 @@ - Format extension: Support for additional filter types: lowpass 1/2/4/6-pole, highpass 1/2/4/6-pole, bandpass 2-pole, bandreject 2-pole. + - Fixd potential crash with polynomial interpolator and max. pitch. * SFZ format engine: - Fixed support for regions with loccN/hiccN conditions on more than one