lmms
all
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`.
More info →Options (5)
-c, --configbooleanStart the GUI and load external config
Example:
lmms {{[-c|--config]}} {{path/to/config.xml}}-s, --sampleratebooleanRender with custom samplerate, format, and as a loop
Example:
lmms render {{[-s|--samplerate]}} {{88200}} {{[-f|--format]}} {{ogg}} {{[-l|--loop]}} {{[-o|--output]}} {{path/to/output_file.ogg}}-f, --formatbooleanRender with custom samplerate, format, and as a loop
Example:
lmms render {{[-s|--samplerate]}} {{88200}} {{[-f|--format]}} {{ogg}} {{[-l|--loop]}} {{[-o|--output]}} {{path/to/output_file.ogg}}-l, --loopbooleanRender with custom samplerate, format, and as a loop
Example:
lmms render {{[-s|--samplerate]}} {{88200}} {{[-f|--format]}} {{ogg}} {{[-l|--loop]}} {{[-o|--output]}} {{path/to/output_file.ogg}}-o, --outputbooleanRender with custom samplerate, format, and as a loop
Example:
lmms render {{[-s|--samplerate]}} {{88200}} {{[-f|--format]}} {{ogg}} {{[-l|--loop]}} {{[-o|--output]}} {{path/to/output_file.ogg}}Examples (8)
Start the GUI
Start the GUI and load external config
lmms [-c|--config] path/to/config.xmlStart the GUI and import MIDI or Hydrogen file
lmms --import path/to/midi_or_hydrogen_fileStart the GUI with a specified window size
lmms --geometry x_sizexy_size+x_offset+y_offsetDump a `.mmpz` file
lmms dump path/to/mmpz_file.mmpzRender a project file
lmms render path/to/mmpz_or_mmp_fileRender the individual tracks of a project file
lmms rendertracks path/to/mmpz_or_mmp_file path/to/dump_directoryRender with custom samplerate, format, and as a loop
lmms render [-s|--samplerate] 88200 [-f|--format] ogg [-l|--loop] [-o|--output] path/to/output_file.oggmade by @shridhargupta | data from tldr-pages