-
Notifications
You must be signed in to change notification settings - Fork 0
/
phrases-gui-tables.lua
51 lines (46 loc) · 1.45 KB
/
phrases-gui-tables.lua
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
return {
-- Names of grid-window side-panel buttons
gsnames = {
"phrases-grid-gate-button",
},
-- Names of editor-window side-panel buttons
esnames = {
"phrases-editor-toggle-button",
"phrases-editor-key-button",
"phrases-editor-item-button",
"phrases-editor-tick-button",
"phrases-editor-midicatch-button",
"phrases-editor-mode-button",
"phrases-editor-channel-button",
"phrases-editor-command-button",
"phrases-editor-velocity-button",
"phrases-editor-octave-button",
"phrases-editor-spacing-button",
"phrases-editor-global-bpm-button",
"phrases-editor-global-tpb-button",
"phrases-editor-global-gate-button",
},
-- Names of editor-window second-side-panel buttons
hseatnames = {
"phrases-editor-hotseat-button-1",
"phrases-editor-hotseat-button-2",
"phrases-editor-hotseat-button-3",
"phrases-editor-hotseat-button-4",
"phrases-editor-hotseat-button-5",
"phrases-editor-hotseat-button-6",
"phrases-editor-hotseat-button-7",
"phrases-editor-hotseat-button-8",
"phrases-editor-hotseat-button-9",
"phrases-editor-hotseat-button-10",
"phrases-editor-hotseat-button-11",
"phrases-editor-hotseat-button-12",
"phrases-editor-hotseat-button-13",
"phrases-editor-hotseat-button-14",
"phrases-editor-hotseat-button-15",
"phrases-editor-hotseat-button-16",
"phrases-editor-hotseat-button-17",
"phrases-editor-hotseat-button-18",
"phrases-editor-hotseat-button-19",
"phrases-editor-hotseat-button-20",
},
}