--- linuxsampler/trunk/src/engines/common/LFOTriangleIntMath.h 2019/10/02 17:11:30 3624 +++ linuxsampler/trunk/src/engines/common/LFOTriangleIntMath.h 2019/10/03 13:37:25 3625 @@ -40,6 +40,7 @@ * @param Max - maximum value of the output levels */ LFOTriangleIntMath(float Max) : LFOBase::LFOBase(Max) { + //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction ! } /**