--- linuxsampler/trunk/ChangeLog 2020/01/03 12:35:20 3691 +++ linuxsampler/trunk/ChangeLog 2020/01/04 12:09:45 3697 @@ -38,6 +38,10 @@ methods and marked those old ones deprecated as well. - Added support for MIDI CC #38 (data entry LSB): this allows higher value resolution for certain (e.g. hard coded) RPN and NRPN parameters. + - Implemented support for compressed RPN/NRPN message sequences (that is to + allow processing MIDI data entry messages without always having to be + preceded strictly by RPN/NRPN parameter selection messages on each value + change). * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -246,6 +250,7 @@ "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()", "sin()", "cos()", "tan()", "asin()", "acos()", "atan()". - Added NKSP test cases for unary '+' operator. + - Added NKSP test cases for core built-in variables. * GigaStudio/Gigasampler format engine: - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true