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

Diff of /linuxsampler/trunk/src/effects/EffectControl.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 2183 by persson, Sat Jun 11 17:53:32 2011 UTC
# Line 22  class Effect; Line 22  class Effect;
22  class EffectControl {  class EffectControl {
23  public:  public:
24      enum Type_t {      enum Type_t {
25          TYPE_FLOAT,          EFFECT_TYPE_FLOAT,
26          TYPE_INT,          EFFECT_TYPE_INT,
27          TYPE_BOOL          EFFECT_TYPE_BOOL
28      };      };
29    
30      EffectControl();      EffectControl();

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

  ViewVC Help
Powered by ViewVC