fixed reverb/chorus after change of samplerate

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1444 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-08-19 17:29:10 +00:00
parent 406aab970e
commit 025fa4ec8a
2 changed files with 5 additions and 0 deletions

View File

@@ -513,6 +513,8 @@ void sf2Instrument::updateSampleRate( void )
}
m_synthMutex.unlock();
}
updateReverb();
updateChorus();
}