.dtx -> .midi converter
dtx2midi 0.2.2.1 - .dtx -> .midi converter
Usage: dtx2midi (-i|--input DTXFILE) (-o|--output MIDIFILE)
Convert .dtx file into .midi file
Available options:
-i,--input DTXFILE An input .dtx file
-o,--output MIDIFILE An output .midi file
-h,--help Show this help text
The binaries for Linux, macOS and Windows can be downloaded from the release page.
Requirements:
- stack
libasound2-dev
(Linux only)
git clone https://github.com/akiomik/dtx2midi.git
cd dtx2midi
stack build
The BSD 3-Clause License