--- linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2011/07/02 09:55:42 2197 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h 2011/07/03 18:06:51 2198 @@ -264,6 +264,12 @@ EffectChain* SendEffectChain(uint iChain) const; /** + * Returns send effect chain with ID @a iChainID or @c NULL if + * there's no such effect chain. + */ + EffectChain* SendEffectChainByID(uint iChainID) const; + + /** * Returns amount of send effect chains this AudioOutputDevice * currently provides. */