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

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

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

revision 2334 by persson, Sun Feb 12 11:32:43 2012 UTC revision 2335 by persson, Sat Mar 17 06:19:01 2012 UTC
# Line 64  public: Line 64  public:
64   */   */
65  class LadspaEffectControl : public EffectControl {  class LadspaEffectControl : public EffectControl {
66  public:  public:
67      EffectControl::SetDefaultValue;      using EffectControl::SetDefaultValue;
68      EffectControl::SetMinValue;      using EffectControl::SetMinValue;
69      EffectControl::SetMaxValue;      using EffectControl::SetMaxValue;
70      EffectControl::SetType;      using EffectControl::SetType;
71      EffectControl::SetDescription;      using EffectControl::SetDescription;
72      EffectControl::SetPossibilities;      using EffectControl::SetPossibilities;
73  };  };
74    
75  ////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////

Legend:
Removed from v.2334  
changed lines
  Added in v.2335

  ViewVC Help
Powered by ViewVC