Guitarpro
A Rust safe library to parse and write guitar pro files.
It is based on Perlence/PyGuitarPro, TuxGuitar and MuseScore sources.
usage
use guitarpro;
Roadmap
- Documentation
- Read GP3 files
- Read GP4 files
- Read GP5 files: almost working, Coda and similar directions are not working, use
test/Demo v5.gp5to test/fix/pull request/... - Read GPX files (version 6)
- Read GPX files (version 7)
- Write GP3 files
- Write GP4 files
- Write GP5 files
- Write GPX files (version 6)
- Write GPX files (version 7)
About me
I started to play guitar in 2019 and I have a pack of Guitar Pro files and sometimes I get a new files from Songsterr. I want to write a better documentation but I don't know all the stuffs that I can see on a score ;)
In order to make another software (with advanced search, chord detection, ...), I need a library that is able to parse and write Guitar Pro files.