Files
tldr/pages.zh/common/lmms.md

38 lines
942 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lmms
> 免费、开源、跨平台的数字音频工作站。
> 渲染 `.mmp` 或 `.mmpz` 项目文件,将 `.mmpz` 导出为 XML或启动 GUI。
> 另见:`mixxx`。
> 更多信息:<https://lmms.io>。
- 启动 GUI
`lmms`
- 启动 GUI 并加载外部配置:
`lmms --config {{path/to/config.xml}}`
- 启动 GUI 并导入 MIDI 或 Hydrogen 文件:
`lmms --import {{path/to/midi/or/hydrogen/file}}`
- 启动 GUI 并指定窗口大小:
`lmms --geometry {{x_size}}x{{y_size}}+{{x_offset}}+{{y_offset}}`
- 导出 `.mmpz` 文件:
`lmms dump {{path/to/mmpz/file.mmpz}}`
- 渲染项目文件:
`lmms render {{path/to/mmpz_or_mmp/file}}`
- 渲染项目文件的单个轨道:
`lmms rendertracks {{path/to/mmpz_or_mmp/file}} {{path/to/dump/directory}}`
- 使用自定义采样率、格式,并作为循环渲染:
`lmms render --samplerate {{88200}} --format {{ogg}} --loop --output {{path/to/output/file.ogg}}`