Application to clean drumset tracks in TuxGuitar files.
Find a file
2020-12-25 19:44:42 +00:00
src/main/java/xyz/suruatoel/tuxguitar/drumsheets Add basic application 2020-12-25 20:36:40 +01:00
.gitignore Add basic application 2020-12-25 20:36:40 +01:00
build.gradle Add basic application 2020-12-25 20:36:40 +01:00
README.md Add README.md 2020-12-25 19:44:42 +00:00

TuxGuitar Drumsheets

Application to clean drumset tracks in TuxGuitar files.

Requirements

To build and run this application you need the following applications

  • Java
  • Gradle
  • TuxGuitar

Building

To build the application with gradle, run the build task:

$ gradle build

To build the JavaDocs, run the javaDoc task:

$ gradle javaDoc

Running

To run the application with gradle, run the run task including argument via the --args parameter:

$ gradle run --args="sourceFile [targetFile]"

Example:

$ gradle run --args="/home/user/Song.tg /home/user/Song-fixed.tg"