-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSysex-Name-Number-Mapping.json
105 lines (103 loc) · 4.21 KB
/
Sysex-Name-Number-Mapping.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
{
"enable": "0x020",
"ontime": "0x021",
"duty": "0x022",
"bps": "0x023",
"period": "0x024",
"simple-ontime-ff": "0x040",
"simple-ontime-fc": "0x041",
"simple-bps-ff": "0x044",
"simple-bps-fc": "0x045",
"midi-coil-chns": "0x060",
"midi-chn-coils": "0x061",
"midi-pan-cfg": "0x062",
"midi-pan-pos": "0x063",
"midi-pan-reach": "0x064",
"midi-chn-nrp-rst": "0x066",
"midi-lfo-depth": "0x067",
"midi-lfo-freq": "0x068",
"midi-lfo-bpm": "0x069",
"ls-coil-ls": "0x100",
"ls-id": "0x101",
"dev-eeprom-update": "0x200",
"dev-id": "0x201",
"dev-reset": "0x202",
"dev-time": "0x203",
"dev-fw-version": "0x204",
"scr-bright": "0x220",
"scr-standby": "0x221",
"ui-bt-time": "0x222",
"ui-safety": "0x223",
"ui-color": "0x224",
"ui-apply": "0x225",
"ui-update": "0x226",
"user-name": "0x240",
"user-pw": "0x241",
"user-ontime": "0x242",
"user-duty": "0x243",
"user-bps": "0x244",
"coil-ontime-max": "0x260",
"coil-duty-max": "0x261",
"coil-ontime-min": "0x262",
"coil-offtime-min": "0x263",
"coil-midi-voices": "0x264",
"coil-buffer-time": "0x266",
"coil-active-tones": "0x267",
"coil-active-duty": "0x268",
"env-next": "0x300",
"env-amp": "0x301",
"env-dur": "0x302",
"env-ntau": "0x303",
"mode-enable": "0x020",
"ontime": "0x021",
"duty-cycle": "0x022",
"bps": "0x023",
"period": "0x024",
"ontime-filter-factor": "0x040",
"ontime-filter-constant": "0x041",
"bps-filter-factor": "0x044",
"bps-filter-constant": "0x045",
"coil-channels": "0x060",
"channel-coils": "0x061",
"pan-configuration": "0x062",
"pan-position": "0x063",
"pan-reach": "0x064",
"reset-channel-nrps": "0x066",
"assigned-lightsabers": "0x100",
"lightsaber-id": "0x101",
"eeprom-update-mode": "0x200",
"reset": "0x202",
"display-brightness": "0x220",
"standby": "0x221",
"ui-button-hold-time": "0x222",
"ui-safety-options": "0x223",
"ui-color-mode": "0x224",
"ui-apply-mode": "0x225",
"user-name": "0x240",
"user-password": "0x241",
"user-max-ontime": "0x242",
"user-max-duty": "0x243",
"user-max-bps": "0x244",
"coil-max-ontime": "0x260",
"coil-max-duty": "0x261",
"coil-min-ontime": "0x262",
"coil-min-offtime": "0x263",
"coil-max-midi-voices": "0x264",
"envelope-next-step": "0x300",
"envelope-step-amplitude": "0x301",
"envelope-step-duration": "0x302",
"envelope-step-n-tau": "0x303",
"range-all": "0x1f7f0020",
"range-all-float": "0x3f7f2020",
"range-mode-all": "0x017f0020",
"range-setttings-all": "0x037f0200",
"range-mode-common": "0x003f0020",
"range-mode-simple": "0x005f0040",
"range-mode-midi-live": "0x007f0060",
"range-mode-lightsaber": "0x010f0100",
"range-settings-device": "0x021f0200",
"range-settings-ui": "0x023f0220",
"range-settings-user": "0x025f0240",
"range-settings-coil": "0x027f0260",
"range-settings-envelope": "0x031f0300"
}