straight arpeggio down plays notes in wrong order
straight arpeggio down plays notes in wrong order, that is in the same order as the straight arpeggio up, from bottom to top, rather than from top to bottom.
The wiggly lines arpeggios both work correctly though
Came up in https://musescore.org/en/node/65406
Attachment | Size |
---|---|
Test UpDown.mscz | 5.41 KB |
Comments
Problem seems to be the setting of "bool up" in libmscore/rendermidi.cpp, renderArpeggio(), line 836, which only checks for ArpeggioType::DOWN, but not for ArpeggioType::DOWN_STRAIGHT too.
See PR https://github.com/musescore/MuseScore/pull/2070
Fixed in branch master, commit dc062f6411
fix #65421: straight arpeggio down playback
Fixed in branch master, commit 563b7d1284
Merge pull request #2070 from Jojo-Schmitz/arpeggio-playback
fix #65421: straight arpeggio down playback
Fixed in branch 2.0.2, commit 48eb831666
fix #65421: straight arpeggio down playback
Automatically closed -- issue fixed for 2 weeks with no activity.