Skip to content

fix: android musicxml compatibility#2650

Merged
Danielku15 merged 4 commits intodevelopfrom
feature/mxml-android
Apr 9, 2026
Merged

fix: android musicxml compatibility#2650
Danielku15 merged 4 commits intodevelopfrom
feature/mxml-android

Conversation

@Danielku15
Copy link
Copy Markdown
Member

Issues

Fixes #2630

Proposed changes

Fixes following problems:

  • In some empty rendering cases we had null reference accesses (score null on initial empty render)
  • We tried to place dots for hidden notes leading to access to unregistered note steps
  • We were not calculating the tuplet digits correctly for any tuplets >19

Checklist

  • I consent that this change becomes part of alphaTab under it's current or any future open source license
  • Changes are implemented
  • New tests were added

Further details

  • This is a breaking change
  • This change will require update of the documentation/website

@Danielku15 Danielku15 self-assigned this Apr 9, 2026
@Danielku15 Danielku15 merged commit 93e3818 into develop Apr 9, 2026
5 checks passed
@Danielku15 Danielku15 deleted the feature/mxml-android branch April 9, 2026 16:40
@Danielku15 Danielku15 mentioned this pull request Apr 9, 2026
5 tasks
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

Successfully merging this pull request may close these issues.

Android: some MusicXML files fail to fully render and cursor becomes unusable (works on Web)

1 participant