Drum parts have the same MIDI port
Ubuntu 15.04, commit d8321d9.
Steps to reproduce:
1. Create a score with 2 drum parts.
2. Export to MusicXML.
3. Open exported file in text editor.
Expected behaviour: each part has it's own MIDI port: 1 and 2.
Actual behaviour: parts have the same MIDI port: 1.
Two parts shouldn't have the same MIDI port and channel.
The problem is not in MusicXML export, but in Score::rebuildMidiMapping().
Comments
PR 2064: https://github.com/musescore/MuseScore/pull/2064
Fixed in branch master, commit 738e0053c3
fix #64961: Different MIDI ports for drum parts
Fixed in branch master, commit de3a7c2608
Merge pull request #2064 from Igevorse/bugs1
fix #64961 + checking MIDI port ranges in MIDI and MusicXML export
Fixed in branch 2.0.2, commit e975879435
fix #64961: Different MIDI ports for drum parts
Automatically closed -- issue fixed for 2 weeks with no activity.