Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-30 00:20:37 +00:00
parent 44de08faea
commit a2961fe873
59 changed files with 463 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
- Start the GUI and import MIDI or Hydrogen file:
`lmms --import {{path/to/midi/or/hydrogen/file}}`
`lmms --import {{path/to/midi_or_hydrogen_file}}`
- Start the GUI with a specified window size:
@@ -28,16 +28,16 @@ source: https://github.com/tldr-pages/tldr.git
- Dump a `.mmpz` file:
`lmms dump {{path/to/mmpz/file.mmpz}}`
`lmms dump {{path/to/mmpz_file.mmpz}}`
- Render a project file:
`lmms render {{path/to/mmpz_or_mmp/file}}`
`lmms render {{path/to/mmpz_or_mmp_file}}`
- Render the individual tracks of a project file:
`lmms rendertracks {{path/to/mmpz_or_mmp/file}} {{path/to/dump/directory}}`
`lmms rendertracks {{path/to/mmpz_or_mmp_file}} {{path/to/dump_directory}}`
- Render with custom samplerate, format, and as a loop:
`lmms render --samplerate {{88200}} --format {{ogg}} --loop --output {{path/to/output/file.ogg}}`
`lmms render --samplerate {{88200}} --format {{ogg}} --loop --output {{path/to/output_file.ogg}}`