Files
tldr/pages.zh/common/orca-c.md

37 lines
722 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.

# orca-c
> ORCA实时编程环境的C语言移植版本。
> ORCA是一种用于创建程序序列器的晦涩编程语言。
> 更多信息:<https://github.com/hundredrabbits/Orca-c>。
- 使用空工作区启动ORCA
`orca-c`
- 启动ORCA并打开特定文件
`orca-c {{path/to/file.orca}}`
- 启动ORCA并设置特定的节拍默认为120
`orca-c --bpm {{beats_per_minute}}`
- 启动ORCA并设置网格的大小
`orca-c --initial-size {{columns}}x{{rows}}`
- 启动ORCA并设置最大撤销步骤数默认为100
`orca-c --undo-limit {{limit}}`
- 在ORCA中显示主菜单
`F1`
- 在ORCA中显示所有快捷键
`?`
- 在ORCA中显示所有ORCA操作符
`<Ctrl> + g`