-
Notifications
You must be signed in to change notification settings - Fork 3
/
global_settings.ini
131 lines (131 loc) · 2.76 KB
/
global_settings.ini
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
[SetRootFromFile]
set_root_from_file = 0
[GetSustainFromFile]
get_sustain_from_file = 0
[ReadFiles]
background_folder_path = backgrounds
font_path = fonts/font1.otf
font_settings_path = fonts/font1_settings.ini
midi_file_path = midi_file/m.mid
root_file_path = midi_file/m_root.mid
sustain_file_path = midi_file/m_sustain.mid
light_file_path = light/light_trans80.png
[KeyLight]
key_light_open = 1
light_on_sustain = 0
light_offset_white_x = -98
light_offset_black_x = -105
light_offset_y = -318
[WhiteKeyColor]
WKcol_R = 140
WKcol_G = 160
WKcol_B = 220
[BlackKeyColor]
BKcol_R = 120
BKcol_G = 140
BKcol_B = 200
[WaterFallColorControl]
waterfall_color_control = 2
[WaterFallWidth]
white_key_waterfall_width = 18
black_key_waterfall_width = 18
[WaterFallOffset]
waterfall_offset_black_key = 1
waterfall_offset_white_key = 1
[WaterFallColorMain]
outline_R = 160
outline_G = 180
outline_B = 215
fill_R = 200
fill_G = 220
fill_B = 255
[WaterFallColor2]
outline_R = 160
outline_G = 185
outline_B = 180
fill_R = 190
fill_G = 240
fill_B = 200
[WaterFallColor3]
outline_R = 200
outline_G = 160
outline_B = 180
fill_R = 255
fill_G = 190
fill_B = 200
[BlackColorDim]
black_color_dim_outline = 0
black_color_dim_fill = 0
[ColorBoundary]
color_boundary_middle = 45
color_boundary_left = 39
color_boundary_right = 51
[WhiteKeyOnSustain]
WKcol_sus_R = 180
WKcol_sus_G = 150
WKcol_sus_B = 200
[BlackKeyOnSustain]
BKcol_sus_R = 160
BKcol_sus_G = 130
BKcol_sus_B = 180
[ChordTextColor]
chord_text_color_R = 255
chord_text_color_G = 255
chord_text_color_B = 255
[NoteListTextColor]
note_list_text_color_R = 255
note_list_text_color_G = 255
note_list_text_color_B = 255
[SustainTextColor]
sustain_text_color_R = 255
sustain_text_color_G = 255
sustain_text_color_B = 255
[KeyTextColor]
major_key_text_color_R = 255
major_key_text_color_G = 255
major_key_text_color_B = 255
[SpeedTextColor]
speed_text_color_R = 255
speed_text_color_G = 255
speed_text_color_B = 255
[TopSquareColor]
top_square_color_R = 60
top_square_color_G = 100
top_square_color_B = 255
[TopSquareWidth]
top_square_width = 85
[TransScreenColor]
trans_screen_color_R = 60
trans_screen_color_G = 60
trans_screen_color_B = 180
[TransparentOrNot]
transparent_or_not = 1
[TransScreenOpacity]
trans_screen_opacity = 70
[TopSquareOpacity]
top_square_opacity = 110
[WaterFallOpacity]
waterfall_opacity = 80
[PianoKeyOpacity]
piano_key_opacity = 42
[GlobalResolution]
global_resolution_x = 1920
global_resolution_y = 1080
[BackGroundOffset]
bkg_offset_x = 0
bkg_offset_y = 0
[PianoKeyOffset]
piano_key_offset = 0
[MusicScoreOffset]
music_score_offset_x = 0
music_score_offset_y = -39
[TimeDelta]
time_delta = 2.07983193277311
[RootDelta]
root_delta = 1816
[SustainDelta]
sustain_delta = 1816
[FlashNeonLight]
flash_neon_prepare = 1
flash_neon_pic_path = neon_flash
flash_neon_gap_time = 0.5