Skip to content

Commit

Permalink
MusicNotation.js: fixed scaleTempo.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-l-lambda committed Sep 2, 2021
1 parent cbcceb2 commit 1814fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/inc/MusicNotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ class Notation {
note.start *= factor;
note.duration *= factor;
});

this.endTime *= factor;
}
};

Expand Down

0 comments on commit 1814fa0

Please sign in to comment.