--- linuxsampler/trunk/src/engines/gig/Voice.h 2006/01/14 14:07:47 829 +++ linuxsampler/trunk/src/engines/gig/Voice.h 2006/01/15 18:23:11 830 @@ -190,6 +190,7 @@ void processCrossFadeEvent(RTList::Iterator& itEvent); void processCutoffEvent(RTList::Iterator& itEvent); void processResonanceEvent(RTList::Iterator& itEvent); + float getVolume(); inline float CrossfadeAttenuation(uint8_t& CrossfadeControllerValue) { float att = (!pDimRgn->Crossfade.out_end) ? CrossfadeControllerValue / 127.0f /* 0,0,0,0 means no crossfade defined */