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

@@ -1,5 +1,8 @@
2008-08-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/sf2_player.cpp:
fixed reverb/chorus after change of samplerate
* src/core/main.cpp:
* lmms.1:
improved documentation of commandline options

View File

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