2025-03-14 21:59:59 -06:00
|
|
|
# lmms
|
|
|
|
|
|
|
|
|
|
> Free, open source, cross-platform digital audio workstation.
|
|
|
|
|
> Render a `.mmp` or `.mmpz` project file, dump a `.mmpz` as XML, or start the GUI.
|
|
|
|
|
> See also: `mixxx`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/lmms>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the GUI:
|
|
|
|
|
|
|
|
|
|
`lmms`
|
|
|
|
|
|
|
|
|
|
- Start the GUI and load external config:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms {{[-c|--config]}} {{path/to/config.xml}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the GUI and import MIDI or Hydrogen file:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms --import {{path/to/midi_or_hydrogen_file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the GUI with a specified window size:
|
|
|
|
|
|
|
|
|
|
`lmms --geometry {{x_size}}x{{y_size}}+{{x_offset}}+{{y_offset}}`
|
|
|
|
|
|
|
|
|
|
- Dump a `.mmpz` file:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms dump {{path/to/mmpz_file.mmpz}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Render a project file:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms render {{path/to/mmpz_or_mmp_file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Render the individual tracks of a project file:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms rendertracks {{path/to/mmpz_or_mmp_file}} {{path/to/dump_directory}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Render with custom samplerate, format, and as a loop:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`lmms render {{[-s|--samplerate]}} {{88200}} {{[-f|--format]}} {{ogg}} {{[-l|--loop]}} {{[-o|--output]}} {{path/to/output_file.ogg}}`
|