--- linuxsampler/trunk/ChangeLog 2019/12/27 22:46:08 3678 +++ linuxsampler/trunk/ChangeLog 2020/01/02 22:02:53 3686 @@ -28,6 +28,9 @@ - Renamed type LFOUnsigned -> LFOTriangleUnsigned. - Using now cubic interpolation as resampling algorithm by default; and linear interpolation is deprecated now. + - Event:Init(): memset() entire Event::Param union to zero instead of trying + to do that for its individual members; the latter became error prone due + to the union's growing complexity meanwhile. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to