/[svn]/linuxsampler/trunk/src/effects/LadspaEffect.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/effects/LadspaEffect.h

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

revision 2135 by schoenebeck, Thu Sep 30 20:00:43 2010 UTC revision 2434 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (C) 2010 Christian Schoenebeck      Copyright (C) 2010 - 2013 Christian Schoenebeck
3  */  */
4    
5  #ifndef LS_LADSPAEFFECT_H  #ifndef LS_LADSPAEFFECT_H
# Line 27  class LadspaEffect : public Effect { Line 27  class LadspaEffect : public Effect {
27  public:  public:
28      LadspaEffect(EffectInfo* pInfo) throw (Exception);      LadspaEffect(EffectInfo* pInfo) throw (Exception);
29     ~LadspaEffect();     ~LadspaEffect();
30      EffectInfo* GetEffectInfo();      EffectInfo* GetEffectInfo() OVERRIDE;
31      void RenderAudio(uint Samples);      void RenderAudio(uint Samples) OVERRIDE;
32      void InitEffect(AudioOutputDevice* pDevice) throw (Exception);      void InitEffect(AudioOutputDevice* pDevice) throw (Exception) OVERRIDE;
33      static std::vector<EffectInfo*> AvailableEffects();      static std::vector<EffectInfo*> AvailableEffects();
34    
35  private:  private:

Legend:
Removed from v.2135  
changed lines
  Added in v.2434

  ViewVC Help
Powered by ViewVC