-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlemons.json
97 lines (88 loc) · 2.54 KB
/
lemons.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
{
"local": {
"dev": true,
"www_port": 3000,
"uart_midi": false,
"tx_uart": false,
"uart_rate": 31250,
"uart_port": "/dev/ttyUSB0",
"webmidi": true,
"websocket": false,
"ble_midi": false,
"net_midi": false,
"rootPath": "/tank/dev/git/au/MiniDexed",
"path_info": "Paths below are appended to the root path, adjust to your liking",
"voxs": "/sdCard/2023-12-31/sysex/voice",
"minidexed": "/sdCard/2023-12-31/minidexed.ini",
"performance": "/sdCard/2023-12-31/performance.ini",
"performances": "/sdCard/2023-12-31/performance",
"cart": "/Dexed_cart_1.0",
"demo": "/midi_demo",
"vault": "/MDX_Vault",
"cartUrl":"http://hsjp.eu/downloads/Dexed/Dexed_cart_1.0.zip",
"vaultUrl":"https://github.com/BobanSpasic/MDX_Vault"
},
"picow": {
"dev": true,
"ssl": false,
"webmidi": false,
"websocket": true,
"ssdDisplay": false,
"cart": "/sd/Dexed_cart_1.0",
"demo": "/midi_demo",
"inis": "/sd/MDX_Vault"
},
"minidexed": {
"USBGadget": "1",
"SoundDevice": "i2c",
"MIDIRXProgramChange": "1",
"ExpandPCAcrossBanks": "0",
"PerformanceSelectChannel": "0",
"LCDI2CAddress": "0x27",
"MIDIDumpEnabled": "1"
},
"tgInfo": "@TODO change order/visibility below",
"tg": {
"vox": { "show": true },
"BankNumber": {},
"VoiceNumber": {},
"Volume": { "show": true },
"Pan": { "show": true },
"Detune": { "show": true },
"Cutoff": { "show": true },
"Resonance": { "show": true },
"NoteLimitLow": { "show": true },
"NoteLimitHigh": { "show": true },
"NoteShift": { "show": true },
"ReverbSend": { "show": true },
"PitchBendRange": { "show": true },
"PitchBendStep": { "show": true },
"PortamentoMode": { "show": false },
"PortamentoGlissando": { "show": false },
"PortamentoTime": { "show": true },
"VoiceData": {},
"MonoMode": { "show": false },
"ModulationWheelRange": { "show": true },
"ModulationWheelTarget": { "show": true },
"FootControlRange": { "show": true },
"FootControlTarget": { "show": true },
"BreathControlRange": { "show": true },
"BreathControlTarget": { "show": true },
"AftertouchRange": { "show": true },
"AftertouchTarget": { "show": true },
"MIDIChannel": { "show": true }
},
"fx": {
"ReverbSize": {},
"ReverbHighDamp": {},
"ReverbLowDamp": {},
"ReverbLowPass": {},
"ReverbDiffusion": {},
"ReverbLevel": {},
"CompressorEnable": {},
"ReverbEnable": {}
},
"gui": {
"rangeHeight": "100px"
}
}