Skip to content

Commit

Permalink
Add journaling checkpoint to recording notes (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine authored Feb 1, 2018
1 parent 27007c2 commit c3b4767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,7 @@ void PianoRoll::record()
return;
}

m_pattern->addJournalCheckPoint();
m_recording = true;

Engine::getSong()->playPattern( m_pattern, false );
Expand All @@ -3428,6 +3429,7 @@ void PianoRoll::recordAccompany()
return;
}

m_pattern->addJournalCheckPoint();
m_recording = true;

if( m_pattern->getTrack()->trackContainer() == Engine::getSong() )
Expand Down

0 comments on commit c3b4767

Please sign in to comment.