--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2005/09/02 20:11:55 768 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2005/09/03 11:14:30 769 @@ -693,6 +693,7 @@ void Voice::processPitchEvent(RTList::Iterator& itEvent) { const float pitch = RTMath::CentsToFreqRatio(((double) itEvent->Param.Pitch.Pitch / 8192.0) * 200.0); // +-two semitones = +-200 cents fFinalPitch *= pitch; + PitchBend = pitch; } void Voice::processCrossFadeEvent(RTList::Iterator& itEvent) {