--- linuxsampler/trunk/src/engines/sfz/Voice.cpp 2011/07/26 15:51:30 2217 +++ linuxsampler/trunk/src/engines/sfz/Voice.cpp 2011/07/28 08:05:57 2218 @@ -31,7 +31,8 @@ namespace LinuxSampler { namespace sfz { - Voice::Voice() { + typedef LinuxSampler::VoiceBase SfzVoice; + Voice::Voice(): SignalRack(this), SfzVoice(&SignalRack) { pEngine = NULL; } @@ -517,7 +518,7 @@ EnterReleaseStage(); } else { // kill the voice fast - pEG1->enterFadeOutStage(); + SignalRack.EnterFadeOutStage(); } } }