Merge pull request #16258 from alexpavlov96/midi_last_measure

fixed midi rendering for last measure
This commit is contained in:
Alexander Pavlov 2023-02-07 16:38:56 +01:00 committed by GitHub
commit f261d81bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -940,7 +940,7 @@ void MidiRenderer::renderScore(EventMap* events, const Context& ctx)
score->updateSwing();
score->updateCapo();
score->createPlayEvents(score->firstMeasure(), score->lastMeasure());
score->createPlayEvents(score->firstMeasure(), nullptr);
score->updateChannel();
score->updateVelo();