Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-27 00:20:32 +00:00
parent 197e4c944f
commit f6d34d521b
39 changed files with 113 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# timidity
> Play and convert MIDI files.
> More information: <https://timidity.sourceforge.net>.
> More information: <https://manned.org/timidity>.
- Play a MIDI file:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Play a MIDI file in a loop:
`timidity --loop {{path/to/file.mid}}`
`timidity {{[--l|--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.):