akiomik / dtx2midi

.dtx -> .midi converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dtx2midi

Haskell CI

.dtx -> .midi converter

Usage

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

Download

The binaries for Linux, macOS and Windows can be downloaded from the release page.

Build from source

Requirements:

  • stack
  • libasound2-dev (Linux only)
git clone https://github.com/akiomik/dtx2midi.git
cd dtx2midi
stack build

License

The BSD 3-Clause License

About

.dtx -> .midi converter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.6%Language:Makefile 0.4%