add new chinese translations
This commit is contained in:
38
pages.zh/common/lmms.md
Normal file
38
pages.zh/common/lmms.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user