jimutt / osmd-audio-player

Audio playback extension for OpenSheetMusicDisplay. Browser based audio player for MusicXML scores.
MIT License
126 stars 31 forks source link

Fix: BPM correction #86

Closed jimutt closed 2 years ago

jimutt commented 2 years ago

The DefaultStartTempoInBpm is set from parsing the <sound> element, its tempo attribute is always expressed in quarter notes per minute. See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/sound/

The old behavior assumed the tempo to be specified according to the denominator, which is wrong.