lathspell / dtx2gp

This program converts DTXMania .dtx files to GuitarPro .gp5 files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Overview ==

This program converts DTXMania .dtx files to GuitarPro .gp5 files.

The latest .jar release is in the directory RELEASE/ !

== Starting ==

Via Java Webstart with:

javaws RELEASE/launch.jnlp

or via CLI with:

java -jar dtx2gp-1.0-jar-with-dependencies.jar my.dtx my.gp5

== Build from Source ==

The project is maven based so just run "mvn assembly:assembly". It can then be tested with "javaws target/jnlp/launch.jnlp".

Sadly it was written in an early development version of the Kotlin programming language and I can't get it to compile anymore.

== Deployment ==

mvn release:prepare mvn release:perform

== Links ==

== Credits and Copyright ==

This software was written in 2012 by Christian Hammers ch@lathspell.de and licensed under the LGPL v3 (see COPYING).

The Java classes to read and write GP5 files were taken from TuxGuitar at http://sourceforge.net/projects/tuxguitar/ which was licensed under LGPL v2.1.

== Changes ==

v1.4, 2012-08-24, Christian Hammers ch@lathspell.de

  • Fixed Logging

v1.3, 2012-08-24, Christian Hammers ch@lathspell.de

  • Added WebStart frontend.

v1.0, 2012-07-15, Christian Hammers ch@lathspell.de

  • Initial version released.

About

This program converts DTXMania .dtx files to GuitarPro .gp5 files.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 88.6%Language:Kotlin 11.1%Language:TeX 0.3%