You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for sharing the great library. Usually, BPM is not always included in MusicXML files, but many of them do contain it, and it’s likely to be one of the following three:
From the <metronome> tag's <per-minute> value.
From the <direction> tag with the text format 'c. [number]' inside the <words> tag.
From the <sound> tag's <tempo> attribute.
Currently, it seems like these aren't being read as Tempo when loading the MusicXML file. Is it intentional that the BPM written in the score is being ignored? I think it would be more appropriate to load them into score.Tempo, so that it can be used when saving as MIDI. #340
The text was updated successfully, but these errors were encountered:
First of all, thanks for sharing the great library. Usually, BPM is not always included in MusicXML files, but many of them do contain it, and it’s likely to be one of the following three:
<metronome>
tag's<per-minute>
value.<direction>
tag with the text format 'c. [number]' inside the<words>
tag.<sound>
tag's<tempo>
attribute.Currently, it seems like these aren't being read as
Tempo
when loading the MusicXML file. Is it intentional that the BPM written in the score is being ignored? I think it would be more appropriate to load them intoscore.Tempo
, so that it can be used when saving as MIDI. #340The text was updated successfully, but these errors were encountered: