/[svn]/linuxsampler/trunk/src/engines/AbstractEngine.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/AbstractEngine.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2137 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC revision 2198 by iliev, Sun Jul 3 18:06:51 2011 UTC
# Line 307  namespace LinuxSampler { Line 307  namespace LinuxSampler {
307              AudioChannel* pDstChan = NULL;              AudioChannel* pDstChan = NULL;
308              if (pFxSend->DestinationEffectChain() >= 0) { // fx send routed to an internal send effect              if (pFxSend->DestinationEffectChain() >= 0) { // fx send routed to an internal send effect
309                  EffectChain* pEffectChain =                  EffectChain* pEffectChain =
310                      pAudioOutputDevice->SendEffectChain(                      pAudioOutputDevice->SendEffectChainByID(
311                          pFxSend->DestinationEffectChain()                          pFxSend->DestinationEffectChain()
312                      );                      );
313                  if (!pEffectChain) {                  if (!pEffectChain) {

Legend:
Removed from v.2137  
changed lines
  Added in v.2198

  ViewVC Help
Powered by ViewVC