-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

timidity


> TiMidity++ is a MIDI file player and convertor.

More information.


Play a MIDI file:

timidity {path/to/file.mid}

Play a MIDI file in a loop:

timidity --loop {path/to/file.mid}

Play a MIDI file in a specific key (0 = C major/A minor, -1 = F major/D minor, +1 = G major/E minor, etc.):

timidity --force-keysig={-flats|+sharps} {path/to/file.mid}

Convert a MIDI file to PCM (WAV) audio:

timidity --output-mode={w} --output-file={path/to/file.wav} {path/to/file.mid}

Convert a MIDI file to FLAC audio:

timidity --output-mode={F} --output-file={path/to/file.flac} {path/to/file.mid}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:03:46 2024