Skip to content

Music Sheet for MIDI #1315

Answered by Danielku15
Treata11 asked this question in Q&A
Discussion options

You must be logged in to vote

Is it possible to load and display music sheets from standard Midi files, using alphaTab?

Technically is is possible to add support for midi and we have it on our roadmap. As of today we have no built-in support. https://github.com/orgs/CoderLine/projects/12?pane=issue&itemId=21406500

There are some specifics to importing midi which make it maybe a bit more complicated:

  • There are 3 types of midi files specified in the SMF 1.0 standard describing how the individual tracks are organized.
    • Type 0 (multi-channel track): We have to make assumptions llike that every channel becomes 1 track.
    • Type 1 (multi track - simultaneous)
    • Type 2 (multi track - sequential)
  • There might be some metadata l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Treata11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants