/[svn]/linuxsampler/trunk/src/engines/FxSend.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/FxSend.h

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

revision 1107 by schoenebeck, Wed Feb 7 15:41:31 2007 UTC revision 1108 by iliev, Thu Mar 22 20:39:04 2007 UTC
# Line 142  namespace LinuxSampler { Line 142  namespace LinuxSampler {
142               */               */
143              uint Id();              uint Id();
144    
145                /**
146                 * Determines whether the effect send's settings are changed.
147                 */
148                bool IsInfoChanged();
149    
150                /**
151                 * Sets whether the effect send's settings are changed.
152                 */
153                void SetInfoChanged(bool b);
154    
155          protected:          protected:
156              EngineChannel*   pEngineChannel;              EngineChannel*   pEngineChannel;
157              std::vector<int> Routing;              std::vector<int> Routing;
# Line 149  namespace LinuxSampler { Line 159  namespace LinuxSampler {
159              String           sName;              String           sName;
160              uint             iId;              uint             iId;
161              float            fLevel;              float            fLevel;
162                bool             bInfoChanged;  // Determines whether there are changes to the settings.
163      };      };
164    
165  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.1107  
changed lines
  Added in v.1108

  ViewVC Help
Powered by ViewVC