--- linuxsampler/trunk/src/engines/common/LFOSquarePulse.h 2019/10/02 17:11:30 3624 +++ linuxsampler/trunk/src/engines/common/LFOSquarePulse.h 2019/10/03 13:37:25 3625 @@ -29,8 +29,10 @@ */ template class LFOSquarePulse : public LFOPulse { - public: - LFOSquarePulse(float Max) : LFOPulse::LFOPulse(Max) { } + public: + LFOSquarePulse(float Max) : LFOPulse::LFOPulse(Max) { + //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction ! + } }; } // namespace LinuxSampler