Unable to render musicXML in tab format #2318
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, alphaTab cannot import Midi files directly (yet). We have a item in the backlog but currently only the documented formats are supported: https://alphatab.net/docs/category/formats Regarding the empty display: alphaTab renders tabs when you provide a format that contains tab information. Your screenshot indicates that it contains only standard notation (note pitch) details. alphaTab has currently no feature to convert pitched information to a "best guess" guitar tab. You could use GuitarPro for conversion or write custom code to "generate tabs" for the note pitched by filling the data model accordingly. |
Beta Was this translation helpful? Give feedback.
Yes, alphaTab cannot import Midi files directly (yet). We have a item in the backlog but currently only the documented formats are supported: https://alphatab.net/docs/category/formats
Regarding the empty display: alphaTab renders tabs when you provide a format that contains tab information. Your screenshot indicates that it contains only standard notation (note pitch) details. alphaTab has currently no feature to convert pitched information to a "best guess" guitar tab. You could use GuitarPro for conversion or write custom code to "generate tabs" for the note pitched by filling the data model accordingly.