Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tempo Parsing in MusicXML: Ignored BPM? #393

Open
mimbres opened this issue Oct 18, 2024 · 0 comments
Open

Tempo Parsing in MusicXML: Ignored BPM? #393

mimbres opened this issue Oct 18, 2024 · 0 comments

Comments

@mimbres
Copy link

mimbres commented Oct 18, 2024

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:

  1. From the <metronome> tag's <per-minute> value.
  2. From the <direction> tag with the text format 'c. [number]' inside the <words> tag.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant