
lmms
List of commands for lmms:
-
lmms:tldr:29a8c lmms: Start the GUI and import MIDI or Hydrogen file.$ lmms --import ${path-to-midi-or-hydrogen-file}try on your machineexplain this command
-
lmms:tldr:3d93c lmms: Render a project file.$ lmms render ${path-to-mmpz_or_mmp-file}try on your machineexplain this command
-
lmms:tldr:41ffe lmms: Render with custom samplerate, format, and as a loop.$ lmms render --samplerate ${88200} --format ${ogg} --loop --output ${path-to-output-file-ogg}try on your machineexplain this command
-
lmms:tldr:8a259 lmms: Render the individual tracks of a project file.$ lmms rendertracks ${path-to-mmpz_or_mmp-file} ${path-to-dump-directory}try on your machineexplain this command
-
lmms:tldr:95f71 lmms: Start the GUI with a specified window size.$ lmms --geometry ${x_size}x${y_size}+${x_offset}+${y_offset}try on your machineexplain this command
-
lmms:tldr:9bea6 lmms: Dump a `.mmpz` file.$ lmms dump ${path-to-mmpz-file-mmpz}try on your machineexplain this command
-
lmms:tldr:cd0d9 lmms: Start the GUI and load external config.$ lmms --config ${path-to-config-xml}try on your machineexplain this command