--- linuxsampler/trunk/ChangeLog 2019/10/01 09:11:27 3614 +++ linuxsampler/trunk/ChangeLog 2019/12/27 22:46:08 3678 @@ -26,6 +26,8 @@ file). - Renamed type LFOSigned -> LFOTriangleSigned. - Renamed type LFOUnsigned -> LFOTriangleUnsigned. + - Using now cubic interpolation as resampling algorithm by default; and + linear interpolation is deprecated now. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -198,6 +200,7 @@ - Added built-in script real number constant "~NI_MATH_PI". - Added built-in script real number constant "~NI_MATH_E". - NKSP language: Allow unary '+' operator. + - Added built-in script functions "msb()" and "lsb()". * test cases: - Fixed compiler errors in test cases. @@ -226,6 +229,20 @@ * GigaStudio/Gigasampler format engine: - LFOTriangleIntMath and LFOTriangleIntAbsMath: Fixed FlipPhase=true behaviour for start_level_mid. + - Changed LFO start levels: LFO1 and LFO2 both to mid, LFO3 to max. start + level (see discussion "GigaStudio LFO compatibility" on mailing list + from 2019-09-26 for details). + - Changed default wave form for all 3 LFOs to sine (instead of triangle; + see discussion "GigaStudio LFO compatibility" on mailing list from + 2019-09-26 for details). + - Format extension: Added support for different LFO wave forms (currently + either sine [default], triangle, saw or square). + - Format extension: Added support for LFO phase displacement (0°..360°). + - Format extension: Added support for flipping LFO polarity on LFO 3 + (in the original gig format this was only available for LFO 1 and LFO 2). + - 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. * SFZ format engine: - Fixed support for regions with loccN/hiccN conditions on more than one