Test XML files crashing during playback
I don't know whether it is valid to report this. No doubt someone will delete it if not.
I built MS for Mac OS X 10.6 yesterday from the trunk. (Reports its version as 2613).
When I load an XML file from the test suite, the file displays correctly apart from some text missing, e.g. 02d-Arpeggio.xml does not display arpeggio type. When I try to play the file MS crashes.
I have not tried every XML file in the test suite, but everyone that I have tried displays the same behaviour.
Comments
I should have added that the test files do not crash the official release version 0.9.6.3.
Crash during playback confirmed using r. 3579, nightly trunk (Windows 7).
If you make revision before make release you will get the correct revision number in the About box.
Crash reproduces on Linux (trunk, revision 3588).
In file seq.c function void Seq::putEvent(const Event& event) the call cs->midiMapping(channel)->articulation fails because 1) channel = -1 (which is an illegal value for midiMapping()) and 2) the midiMapping list is empty.
Fixed in revision 3589.
Automatically closed -- issue fixed for 2 weeks with no activity.