8000 GitHub - VladasZ/ruxguitar: Guitar Pro tablature player.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VladasZ/ruxguitar

 
 

Repository files navigation

ruxguitar

Build status

A guitar pro tablature player.

The design of the application is described in details in the blog article "Playing guitar tablatures in Rust".

screenshot

Limitations

  • supports only gp5 files

Usage

./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

Installation

Releases

Using the provided binaries in https://github.com/agourlay/ruxguitar/releases

Build

Make sure to check the necessary dependencies for your system from the CI configuration.

Acknowledgements

This project is heavily inspired by the great TuxGuitar project.

About

Guitar Pro tablature player.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%
0