mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 06:02:30 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/lmms
10
tldr/lmms
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user