Skip to content

Commit

Permalink
Merge pull request #24343 from RomanPudashkin/pedal_midi_export_fix_450
Browse files Browse the repository at this point in the history
pedal_midi_export_fix_450
  • Loading branch information
RomanPudashkin authored Aug 31, 2024
2 parents 70791b2 + 62f1957 commit 186c925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/compat/midi/compatmidirenderinternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ void CompatMidiRendererInternal::doRenderSpanners(EventsHolder& events, Spanner*
if (t > lastRepeat.utick + lastRepeat.len()) {
t = lastRepeat.utick + lastRepeat.len();
}
pedalEventList.emplace_back(a, false, staffIdx);
pedalEventList.emplace_back(t, false, staffIdx);
} else if (s->isVibrato()) {
int stick = s->tick().ticks();
int etick = s->tick2().ticks();
Expand Down

0 comments on commit 186c925

Please sign in to comment.