A guitar pro tablature player.
The design of the application is described in details in the blog article "Playing guitar tablatures in Rust".
- supports only gp5 files
./ruxguitar --help
Guitar pro tablature player
Usage: ruxguitar [OPTIONS]
Options:
--sound-font-file <SOUND_FONT_FILE> Optional path to a sound font file
-h, --help Print help
-V, --version Print version
A basic soundfont is embedded in the binary for a plug and play experience, however it is possible to provide a larger soundfont file to get better sound quality.
For instance I like to use FluidR3_GM.sf2
which is present on most systems and easy to find online (here or there).
./ruxguitar --sound-font-file /usr/share/sounds/sf2/FluidR3_GM.sf2
Using the provided binaries in https://github.com/agourlay/ruxguitar/releases
Make sure to check the necessary dependencies for your system from the CI configuration.
This project is heavily inspired by the great TuxGuitar project.