/[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 3053 by schoenebeck, Mon Feb 4 21:52:56 2013 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2013 Christian Schoenebeck                       *   *   Copyright (C) 2008 - 2016 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 93  Effect* EffectChain::GetEffect(int iChai Line 93  Effect* EffectChain::GetEffect(int iChai
93  }  }
94    
95  int EffectChain::EffectCount() const {  int EffectChain::EffectCount() const {
96      return vEntries.size();      return (int) vEntries.size();
97  }  }
98            
99  void EffectChain::Reconnect(AudioOutputDevice* pDevice) {  void EffectChain::Reconnect(AudioOutputDevice* pDevice) {

Legend:
Removed from v.3053  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC