reset mute-model in fxMixer::clear()
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1239 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -203,6 +203,7 @@ void fxMixer::clear()
|
||||
{
|
||||
m_fxChannels[i]->m_fxChain.clear();
|
||||
m_fxChannels[i]->m_volumeModel.setValue( 1.0f );
|
||||
m_fxChannels[i]->m_muteModel.setValue( FALSE );
|
||||
m_fxChannels[i]->m_name = ( i == 0 ) ?
|
||||
tr( "Master" ) : tr( "FX %1" ).arg( i );
|
||||
m_fxChannels[i]->m_volumeModel.setDisplayName(
|
||||
|
||||
Reference in New Issue
Block a user