implemented save- and load-functionality for FX-mixer

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@790 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-15 14:53:17 +00:00
parent b682b30146
commit 13a65b88f2
10 changed files with 163 additions and 98 deletions

View File

@@ -52,7 +52,7 @@ public:
void startRunning( void );
bool isRunning( void );
void deleteAllPlugins( void );
void clear( void );
private:

View File

@@ -46,6 +46,8 @@ public:
effectRackView( effectChain * _model, QWidget * _parent );
virtual ~effectRackView();
void clear( void );
public slots:
void moveUp( effectView * _view );

View File

@@ -60,6 +60,8 @@ public:
const surroundSampleFrame * masterMix( void );
void clear( void );
virtual void saveSettings( QDomDocument & _doc, QDomElement & _parent );
virtual void loadSettings( const QDomElement & _this );
@@ -92,6 +94,8 @@ public:
}
void setCurrentFxLine( fxLine * _line );
void clear( void );
private slots:
void updateFaders( void );