--- linuxsampler/trunk/src/engines/AbstractEngine.cpp 2011/07/02 09:55:42 2197 +++ linuxsampler/trunk/src/engines/AbstractEngine.cpp 2011/07/03 18:06:51 2198 @@ -307,7 +307,7 @@ AudioChannel* pDstChan = NULL; if (pFxSend->DestinationEffectChain() >= 0) { // fx send routed to an internal send effect EffectChain* pEffectChain = - pAudioOutputDevice->SendEffectChain( + pAudioOutputDevice->SendEffectChainByID( pFxSend->DestinationEffectChain() ); if (!pEffectChain) {