Skip to content

Commit

Permalink
Merge pull request #2757 from jimka2001/111346-play-grace-after
Browse files Browse the repository at this point in the history
fix #111346: initial implementation of playback of graceNotesAfter
  • Loading branch information
lasconic committed Aug 11, 2016
2 parents d3ec2a0 + 8cfe461 commit 56a90d0
Show file tree
Hide file tree
Showing 7 changed files with 1,694 additions and 164 deletions.
463 changes: 300 additions & 163 deletions libmscore/rendermidi.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libmscore/score.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class Score : public QObject, public ScoreElement {
SynthesizerState _synthesizerState;

void createPlayEvents(Chord*);
void createGraceNotesPlayEvents(QVector<Chord*> gnb, int tick, Chord* chord, int& ontime);
void createGraceNotesPlayEvents(int tick, Chord* chord, int& ontime, int& trailtime);

signals:
void posChanged(POS, unsigned);
Expand Down
202 changes: 202 additions & 0 deletions mtest/libmscore/midi/testBeforeAfterGraceTrill-ref.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 56a90d0

Please sign in to comment.