exporting to gp3, 4 or 5 #864
|
Is there currently a way to export a loaded score to gp3, gp4 or gp5? |
Answered by
Danielku15
May 19, 2022
Replies: 2 comments 3 replies
|
No currently the only exporter alphaTab has is Guitar Pro 7. Exporting to GP7 (and potentially GP6) is easier because internally the file is just an XML document and it is rather easy to reverse engineer and also write. With Guitar Pro 3-5 we have a binary format where not all bytes are known. But with some effort I guess it would be possible to create an exporter for older formats too. |
1 reply
Answer selected by
Danielku15
|
Does this work ? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No currently the only exporter alphaTab has is Guitar Pro 7. Exporting to GP7 (and potentially GP6) is easier because internally the file is just an XML document and it is rather easy to reverse engineer and also write.
With Guitar Pro 3-5 we have a binary format where not all bytes are known. But with some effort I guess it would be possible to create an exporter for older formats too.