[MusicXML] [1.2] weird behaviour midi-instrument pan value

• Feb 22, 2012 - 07:22
Type
Functional
Severity
S4 - Minor
Status
closed
Project

The current branch exports a default value for midi-instrument pan of 0.708661. When the resulting MusicXML file is read in and saved again, the second file contains a pan value of -0.708661. On subsequent read/save cycles the value stays negative.


Comments

In MuseScore the pan value is a integer from 0 to 127 (left to right) and center is 64.
In MusicXML, the pan value is -90 to 90 center on 0.

The bug should be fixed in r5353 and r5354