-
Notifications
You must be signed in to change notification settings - Fork 0
zh_cn_command
zhenlige edited this page Dec 10, 2024
·
2 revisions
格式为以下之一(所有双精度浮点数允许使用分数形式,如0.5
可表示为1/2
):
- 一个双精度浮点数,表示将频率比为自然常数e≈2.718281828459045的音程等分为指定份数,如:
17.3123
; -
aedb
,其中a和b为两个双精度浮点数,表示将频率比为b的音程等分为a份,如:12ed2
,其中b可用以下文本代替:-
o
或O
,表示2/1,如:12edo
(相当于12ed2
); -
t
或T
,表示3/1,如:13edt
(相当于13ed3
); -
f
或F
,表示3/2,如:9edf
(相当于9ed3/2
); -
e
或E
,表示自然常数,如:17.3123ede
(相当于17.3123
); -
phi
或Phi
,表示黄金分割比,如:25edphi
。
-
- 调律ID,包括由
/tuning create
创建的调律和内置调律; - 调律的NBT表示。
语法:
-
/tuning set <from> <tuning>
- 将
from
位置的微分音音符盒设置为调律tuning
。
- 将
-
/tuning set <from> <to> <tuning>
- 将坐标
from
和to
围成的长方体区域内的微分音音符盒设置为调律tuning
。
- 将坐标
-
/tuning create <id> <tuning>
- 创建ID为
id
,值为tuning
的世界调律。
- 创建ID为
-
/tuning remove <id> <tuning>
- 删除ID为
id
的世界调律。
- 删除ID为
-
/tuning show <tuning>
- 显示调律
tuning
的SNBT表示。
- 显示调律
-
/tuning showall
- 显示所有世界调律的SNBT表示。
解除原版0.5~2倍变速的限制,可任意倍变速。