/[svn]/linuxsampler/trunk/src/effects/EffectChain.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/effects/EffectChain.cpp

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

revision 2197 by schoenebeck, Thu Sep 30 20:00:43 2010 UTC revision 2198 by iliev, Sun Jul 3 18:06:51 2011 UTC
# Line 33  void EffectChain::AppendEffect(Effect* p Line 33  void EffectChain::AppendEffect(Effect* p
33      pEffect->InitEffect(pDevice);      pEffect->InitEffect(pDevice);
34      _ChainEntry entry = { pEffect, true };      _ChainEntry entry = { pEffect, true };
35      vEntries.push_back(entry);      vEntries.push_back(entry);
36        pEffect->SetParent(this);
37  }  }
38    
39  void EffectChain::InsertEffect(Effect* pEffect, int iChainPos) throw (Exception) {  void EffectChain::InsertEffect(Effect* pEffect, int iChainPos) throw (Exception) {

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

  ViewVC Help
Powered by ViewVC