--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2007/01/06 11:02:58 1010 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2007/02/03 15:33:00 1038 @@ -79,6 +79,7 @@ int Voice::Trigger(EngineChannel* pEngineChannel, Pool::Iterator& itNoteOnEvent, int PitchBend, ::gig::DimensionRegion* pDimRgn, type_t VoiceType, int iKeyGroup) { this->pEngineChannel = pEngineChannel; this->pDimRgn = pDimRgn; + Orphan = false; #if CONFIG_DEVMODE if (itNoteOnEvent->FragmentPos() > pEngine->MaxSamplesPerCycle) { // just a sanity check for debugging