-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
86 lines (86 loc) · 2.09 KB
/
settings.json
File metadata and controls
86 lines (86 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"uniqueID": "alignment",
"type": "options",
"title": "Alignment / 对齐方式",
"description": "频谱柱的垂直对齐方式",
"options": [
"Bottom",
"Top",
"Center"
],
"value": "Bottom"
},
{
"uniqueID": "opacity",
"type": "number",
"title": "Global Opacity / 透明度",
"description": "频谱的全局透明度 (百分比 0-100)",
"options": [],
"value": 100
},
{
"uniqueID": "showInMenu",
"type": "checkbox",
"title": "Show Outside Gameplay / 游戏外可见",
"description": "在选歌界面、主菜单和结算界面也显示频谱",
"options": [],
"value": true
},
{
"uniqueID": "useFixedColor",
"type": "checkbox",
"title": "Use Fixed Color / 使用固定颜色",
"description": "开启后不再从背景图提取颜色,只使用下方的固定颜色",
"options": [],
"value": false
},
{
"uniqueID": "fixedColor",
"type": "color",
"title": "Fixed Color / 固定颜色",
"description": "当开启使用固定颜色时生效的颜色",
"options": [],
"value": "#4db8ff"
},
{
"uniqueID": "numBars",
"type": "number",
"title": "Number of Bars / 频谱条数量",
"description": "频谱柱的数量",
"options": [],
"value": 30
},
{
"uniqueID": "sensitivity",
"type": "number",
"title": "Sensitivity / 灵敏度",
"description": "全局灵敏度乘数 (调整振幅大小)",
"options": [],
"value": 1.2
},
{
"uniqueID": "exponent",
"type": "number",
"title": "Exponent / 动态张力系数",
"description": "增强律动感,值越大对高频反应越剧烈",
"options": [],
"value": 3.0
},
{
"uniqueID": "gravity",
"type": "number",
"title": "Gravity / 物理重力",
"description": "频谱柱的下落速度",
"options": [],
"value": 0.07
},
{
"uniqueID": "noiseGate",
"type": "number",
"title": "Noise Gate / 静音门限",
"description": "低于此值的微弱振幅会被过滤忽略",
"options": [],
"value": 0.02
}
]