--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2004/12/29 01:14:15 330 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2005/01/01 03:06:06 332 @@ -58,6 +58,7 @@ pLFO2 = NULL; pLFO3 = NULL; KeyGroup = 0; + SynthesisMode = 0; //Set all mode bits to 0 first // select synthesis implementation (currently either pure C++ or MMX+SSE(1)) SYNTHESIS_MODE_SET_IMPLEMENTATION(SynthesisMode, Features::supportsMMX() && Features::supportsSSE());