Merge pull request #205 from wongcc966422/issue204

[NOT ready]reset LFO controllers when playing is started
This commit is contained in:
Tobias Doerffel
2014-01-30 15:39:39 -08:00

View File

@@ -648,6 +648,7 @@ void song::playSong()
m_playMode = Mode_PlaySong;
m_playing = true;
m_paused = false;
Controller::resetFrameCounter();
savePos();
if(QApplication::type() != QApplication::Tty) {