--- linuxsampler/trunk/src/engines/FxSend.h 2007/02/07 15:41:31 1040 +++ linuxsampler/trunk/src/engines/FxSend.h 2007/03/22 20:39:04 1108 @@ -142,6 +142,16 @@ */ uint Id(); + /** + * Determines whether the effect send's settings are changed. + */ + bool IsInfoChanged(); + + /** + * Sets whether the effect send's settings are changed. + */ + void SetInfoChanged(bool b); + protected: EngineChannel* pEngineChannel; std::vector Routing; @@ -149,6 +159,7 @@ String sName; uint iId; float fLevel; + bool bInfoChanged; // Determines whether there are changes to the settings. }; } // namespace LinuxSampler