-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
226 lines (226 loc) · 5.89 KB
/
settings.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
[
{
"uniqueID": "noteSpeed",
"type": "text",
"title": "Notes speed",
"description": "Changes moving speed of notes",
"options": "",
"value": "3"
},
{
"uniqueID": "gradientColor1",
"type": "color",
"title": "Gradient color 1",
"description": "Change the top gradient color of the background.",
"options": "",
"value": "#1D3860"
},
{
"uniqueID": "gradientColor2",
"type": "color",
"title": "Gradient color 2",
"description": "Change the bottom gradient color of the background.",
"options": "",
"value": "#072045"
},
{
"uniqueID": "dashedOutlineColor",
"type": "color",
"title": "Dashed outline color",
"description": "Change the color of the dashed key outline.",
"options": "",
"value": "#254982"
},
{
"uniqueID": "activeKeyColor",
"type": "color",
"title": "Active key color",
"description": "Change the color of the active key.",
"options": "",
"value": "#F3F589"
},
{
"uniqueID": "noteColor1",
"type": "color",
"title": "Note color 1",
"description": "Change the first color of the note.",
"options": "",
"value": "#4c4c4c"
},
{
"uniqueID": "noteColor2",
"type": "color",
"title": "Note color 2",
"description": "Change the second color of the note.",
"options": "",
"value": "#f06363"
},
{
"uniqueID": "noteShakeAmplitude",
"type": "text",
"title": "Note shake amplitude",
"description": "Change amplitude of note shake. (Depends on the note coloring range)",
"options": "",
"value": "10"
},
{
"uniqueID": "noteColoring",
"type": "checkbox",
"title": "Note coloring",
"description": "Enable note coloring depending on bpm.",
"options": "",
"value": true
},
{
"uniqueID": "noteShaking",
"type": "checkbox",
"title": "Note shaking",
"description": "just try it i swear.",
"options": "",
"value": true
},
{
"uniqueID": "noteColoringRange",
"type": "text",
"title": "Notes coloring range",
"description": "Change range where notes will be colored.",
"options": "",
"value": "180-220"
},
{
"uniqueID": "noteShakingPoint",
"type": "text",
"title": "Notes shaking point",
"description": "Change point where notes will shake.",
"options": "",
"value": "240"
},
{
"uniqueID": "transitionDuration",
"type": "text",
"title": "Transition duration",
"description": "Change animations duration.",
"options": "",
"value": ".3s"
},
{
"uniqueID": "transitionTimingFunction",
"type": "text",
"title": "Transition timing function",
"description": "Change animations timing function.",
"options": "",
"value": "cubic-bezier(0.165, 0.84, 0.44, 1)"
},
{
"uniqueID": "trackWidth",
"type": "text",
"title": "Track width",
"description": "Change the width of the track.",
"options": "",
"value": "400px"
},
{
"uniqueID": "trackHeight",
"type": "text",
"title": "Track height",
"description": "Change the height of the track.",
"options": "",
"value": "50px"
},
{
"uniqueID": "centerLines",
"type": "checkbox",
"title": "Center lines",
"description": "Change the visibility of the center lines.",
"options": "",
"value": false
},
{
"uniqueID": "bmcLogo",
"type": "checkbox",
"title": "Show logo",
"description": "Change the visibility of the logo.",
"options": "",
"value": true
},
{
"uniqueID": "visibilityK1",
"type": "options",
"title": "Visibility of K1",
"description": "Change the visibility of the K1.",
"options": [
"Auto",
"Show",
"Hide"
],
"value": "Auto"
},
{
"uniqueID": "visibilityK2",
"type": "options",
"title": "Visibility of K2",
"description": "Change the visibility of the K2.",
"options": [
"Auto",
"Show",
"Hide"
],
"value": "Auto"
},
{
"uniqueID": "visibilityM1",
"type": "options",
"title": "Visibility of M1",
"description": "Change the visibility of the M1.",
"options": [
"Auto",
"Show",
"Hide"
],
"value": "Auto"
},
{
"uniqueID": "visibilityM2",
"type": "options",
"title": "Visibility of M2",
"description": "Change the visibility of the M2.",
"options": [
"Auto",
"Show",
"Hide"
],
"value": "Auto"
},
{
"uniqueID": "hideKeys",
"type": "checkbox",
"title": "Hide keys",
"description": "Hide keys. (that blue pill)",
"options": "",
"value": false
},
{
"uniqueID": "hidePressCounter",
"type": "checkbox",
"title": "Hide presses counter",
"description": "Hide presses counter",
"options": "",
"value": false
},
{
"uniqueID": "hideBPM",
"type": "checkbox",
"title": "Hide BPM counter",
"description": "Hide BPM counter",
"options": "",
"value": false
},
{
"uniqueID": "bmcMode",
"type": "checkbox",
"title": "secret mode",
"description": "what do it does?...",
"options": "",
"value": false
}
]