Skip to content

Commit

Permalink
tickspertact -1 (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine authored Aug 7, 2016
1 parent a72ddf0 commit 54a9aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracks/Pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ bool Pattern::empty()

void Pattern::changeTimeSignature()
{
MidiTime last_pos = MidiTime::ticksPerTact();
MidiTime last_pos = MidiTime::ticksPerTact() - 1;
for( NoteVector::ConstIterator cit = m_notes.begin();
cit != m_notes.end(); ++cit )
{
Expand Down

0 comments on commit 54a9aa6

Please sign in to comment.