Linux command
lmms 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start LMMS
lmms
Open project
lmms [project.mmp]
Render to audio
lmms -r [project.mmp] -o [output.wav]
Render to MP3
lmms -r [project.mmp] -o [output.mp3] -f mp3
Import MIDI
lmms --import [file.mid]
Headless render
lmms -r [project.mmp] -o [output.wav] --loop
说明
lmms is a digital audio workstation. It creates music with virtual instruments, samples, and effects. The tool provides piano roll, step sequencer, and automation. It supports VST and LADSPA plugins.
参数
- -r _FILE_
- Render project to audio.
- -o _FILE_
- Output file for rendering.
- -f _FORMAT_
- Output format (wav, ogg, mp3).
- --import _FILE_
- Import MIDI file.
- --help
- Display help information.
FAQ
What is the lmms command used for?
lmms is a digital audio workstation. It creates music with virtual instruments, samples, and effects. The tool provides piano roll, step sequencer, and automation. It supports VST and LADSPA plugins.
How do I run a basic lmms example?
Run `lmms` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r _FILE_ do in lmms?
Render project to audio.