--- linuxsampler/trunk/src/effects/EffectChain.cpp 2011/07/02 09:55:42 2197 +++ linuxsampler/trunk/src/effects/EffectChain.cpp 2011/07/03 18:06:51 2198 @@ -33,6 +33,7 @@ pEffect->InitEffect(pDevice); _ChainEntry entry = { pEffect, true }; vEntries.push_back(entry); + pEffect->SetParent(this); } void EffectChain::InsertEffect(Effect* pEffect, int iChainPos) throw (Exception) {