mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-18 14:08:26 -04:00
reset LFO controllers when playing is started
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user