Incorrect note length generated when importing a midi file containing tie.
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
by design
Regression
No
Workaround
No
Project
The combination of notes: minim-tied quaver, quaver rest, crotchet in a midi file is imported incorrectly, with the tied quaver and rest being replaced by a dotted minim.
Test file:
This will export to a midi file as expected (visualised with Aria Maestosa)
Expected behaviour:
Importing the midi file would result in:
Actual behaviour:
Importing the midi file results in:
Version number:
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.6.2.548021803, revision: 3224f34
But also fails in the latest nightly releases for v3 and v4.
The test_midi_import file, and simple-test.mid, contains the simple test case.
Attachment | Size |
---|---|
Test_midi_import.mscz | 3.72 KB |
simple-test.png | 3.88 KB |
simple-test-mid.png | 7.64 KB |
simple-test-mid-import.png | 4.13 KB |
simple-test.mid | 98 bytes |
Comments
If you deselect "Simplify durations" and Apply, it gets imported as half-note-tied-to16th which is close to the original sound produced as the first piano note decays.
Thanks - that's sorted it. I missed that option entirely.