when model has changed, also set new model for effect-view
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@813 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1201,6 +1201,7 @@ void instrumentTrackWindow::modelChanged( void )
|
||||
m_chordView->setModel( &m_track->m_chordCreator );
|
||||
m_arpView->setModel( &m_track->m_arpeggiator );
|
||||
m_midiView->setModel( &m_track->m_midiIO );
|
||||
m_effectView->setModel( m_track->m_audioPort.getEffects() );
|
||||
updateName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user