mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 20:58:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -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.):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user