You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src/main/java/xyz/suruatoel/tuxguitar/drumsheets | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago |
README.md
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"