reset LFO controllers when playing is started

This commit is contained in:
Wong Cho Ching
2014-01-31 03:04:53 +08:00
parent c83115d0d6
commit c484ee8345

View File

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