--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2004/05/04 18:52:24 63 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2004/05/06 20:06:20 64 @@ -95,7 +95,7 @@ pLFO3 = new LFO(-1200.0f, 1200.0f, LFO::propagation_middle_balanced, pVCOManipulator, pEngine->pEventPool); // +-1 octave (+-1200 cents) max. this->pDiskThread = pEngine->pDiskThread; - dmsg(1,("Voice::SetEngine()\n")); + dmsg(6,("Voice::SetEngine()\n")); } /**