added mute-button for each FX-line

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1181 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-27 15:02:10 +00:00
parent 563d5b8b5b
commit 620b4d8a58
4 changed files with 40 additions and 15 deletions

View File

@@ -47,7 +47,6 @@ struct fxChannel
float m_peakRight;
sampleFrame * m_buffer;
boolModel m_muteModel;
boolModel m_soloModel;
floatModel m_volumeModel;
QString m_name;
QMutex m_lock;

View File

@@ -66,8 +66,7 @@ private:
{
fxLine * m_fxLine;
effectRackView * m_rackView;
pixmapButton * m_muteButton;
pixmapButton * m_soloButton;
pixmapButton * m_muteBtn;
fader * m_fader;
} ;