fractal-midi 0.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +200 -0
- package/NOTICE +28 -0
- package/README.md +147 -0
- package/dist/am4/applicability.d.ts +61 -0
- package/dist/am4/applicability.d.ts.map +1 -0
- package/dist/am4/applicability.js +285 -0
- package/dist/am4/blockTypes.d.ts +43 -0
- package/dist/am4/blockTypes.d.ts.map +1 -0
- package/dist/am4/blockTypes.js +48 -0
- package/dist/am4/cacheEnums.d.ts +46 -0
- package/dist/am4/cacheEnums.d.ts.map +1 -0
- package/dist/am4/cacheEnums.js +734 -0
- package/dist/am4/cacheParams.d.ts +3533 -0
- package/dist/am4/cacheParams.d.ts.map +1 -0
- package/dist/am4/cacheParams.js +1996 -0
- package/dist/am4/editorControlLabels.d.ts +45 -0
- package/dist/am4/editorControlLabels.d.ts.map +1 -0
- package/dist/am4/editorControlLabels.js +15894 -0
- package/dist/am4/index.d.ts +28 -0
- package/dist/am4/index.d.ts.map +1 -0
- package/dist/am4/index.js +31 -0
- package/dist/am4/ir/preset.d.ts +24 -0
- package/dist/am4/ir/preset.d.ts.map +1 -0
- package/dist/am4/ir/preset.js +12 -0
- package/dist/am4/ir/transpile.d.ts +9 -0
- package/dist/am4/ir/transpile.d.ts.map +1 -0
- package/dist/am4/ir/transpile.js +19 -0
- package/dist/am4/locations.d.ts +32 -0
- package/dist/am4/locations.d.ts.map +1 -0
- package/dist/am4/locations.js +58 -0
- package/dist/am4/paramNames.d.ts +55 -0
- package/dist/am4/paramNames.d.ts.map +1 -0
- package/dist/am4/paramNames.js +863 -0
- package/dist/am4/paramNamesGenerated.d.ts +41 -0
- package/dist/am4/paramNamesGenerated.d.ts.map +1 -0
- package/dist/am4/paramNamesGenerated.js +183 -0
- package/dist/am4/parameterBridge.d.ts +46 -0
- package/dist/am4/parameterBridge.d.ts.map +1 -0
- package/dist/am4/parameterBridge.js +300 -0
- package/dist/am4/params.d.ts +9577 -0
- package/dist/am4/params.d.ts.map +1 -0
- package/dist/am4/params.js +4537 -0
- package/dist/am4/setParam.d.ts +414 -0
- package/dist/am4/setParam.d.ts.map +1 -0
- package/dist/am4/setParam.js +819 -0
- package/dist/am4/shared/paramHelpers.d.ts +55 -0
- package/dist/am4/shared/paramHelpers.d.ts.map +1 -0
- package/dist/am4/shared/paramHelpers.js +146 -0
- package/dist/am4/symbolicIds.d.ts +11 -0
- package/dist/am4/symbolicIds.d.ts.map +1 -0
- package/dist/am4/symbolicIds.js +587 -0
- package/dist/am4/typeApplicability.d.ts +39 -0
- package/dist/am4/typeApplicability.d.ts.map +1 -0
- package/dist/am4/typeApplicability.js +466 -0
- package/dist/am4/variantResolverTables.d.ts +51 -0
- package/dist/am4/variantResolverTables.d.ts.map +1 -0
- package/dist/am4/variantResolverTables.js +3128 -0
- package/dist/axe-fx-ii/blockTypes.d.ts +45 -0
- package/dist/axe-fx-ii/blockTypes.d.ts.map +1 -0
- package/dist/axe-fx-ii/blockTypes.js +116 -0
- package/dist/axe-fx-ii/index.d.ts +5 -0
- package/dist/axe-fx-ii/index.d.ts.map +1 -0
- package/dist/axe-fx-ii/index.js +18 -0
- package/dist/axe-fx-ii/paramAliases.d.ts +54 -0
- package/dist/axe-fx-ii/paramAliases.d.ts.map +1 -0
- package/dist/axe-fx-ii/paramAliases.js +146 -0
- package/dist/axe-fx-ii/params.d.ts +11502 -0
- package/dist/axe-fx-ii/params.d.ts.map +1 -0
- package/dist/axe-fx-ii/params.js +2847 -0
- package/dist/axe-fx-ii/setParam.d.ts +560 -0
- package/dist/axe-fx-ii/setParam.d.ts.map +1 -0
- package/dist/axe-fx-ii/setParam.js +888 -0
- package/dist/axe-fx-iii/blockTypes.d.ts +87 -0
- package/dist/axe-fx-iii/blockTypes.d.ts.map +1 -0
- package/dist/axe-fx-iii/blockTypes.js +156 -0
- package/dist/axe-fx-iii/enumOverlay.d.ts +73 -0
- package/dist/axe-fx-iii/enumOverlay.d.ts.map +1 -0
- package/dist/axe-fx-iii/enumOverlay.js +236 -0
- package/dist/axe-fx-iii/index.d.ts +9 -0
- package/dist/axe-fx-iii/index.d.ts.map +1 -0
- package/dist/axe-fx-iii/index.js +20 -0
- package/dist/axe-fx-iii/params.d.ts +179 -0
- package/dist/axe-fx-iii/params.d.ts.map +1 -0
- package/dist/axe-fx-iii/params.js +6913 -0
- package/dist/axe-fx-iii/setParam.d.ts +460 -0
- package/dist/axe-fx-iii/setParam.d.ts.map +1 -0
- package/dist/axe-fx-iii/setParam.js +910 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/shared/checksum.d.ts +10 -0
- package/dist/shared/checksum.d.ts.map +1 -0
- package/dist/shared/checksum.js +14 -0
- package/dist/shared/device.d.ts +195 -0
- package/dist/shared/device.d.ts.map +1 -0
- package/dist/shared/device.js +27 -0
- package/dist/shared/index.d.ts +8 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +11 -0
- package/dist/shared/lineage/amp-lineage.json +8313 -0
- package/dist/shared/lineage/axefx2-amp-lineage.json +5871 -0
- package/dist/shared/lineage/axefx2-delay-lineage.json +226 -0
- package/dist/shared/lineage/axefx2-drive-lineage.json +575 -0
- package/dist/shared/lineage/axefx2-reverb-lineage.json +467 -0
- package/dist/shared/lineage/cab-lineage.json +10777 -0
- package/dist/shared/lineage/chorus-lineage.json +173 -0
- package/dist/shared/lineage/compressor-lineage.json +338 -0
- package/dist/shared/lineage/delay-lineage.json +313 -0
- package/dist/shared/lineage/drive-lineage.json +1844 -0
- package/dist/shared/lineage/flanger-lineage.json +313 -0
- package/dist/shared/lineage/phaser-lineage.json +208 -0
- package/dist/shared/lineage/reverb-lineage.json +793 -0
- package/dist/shared/lineage/wah-lineage.json +117 -0
- package/dist/shared/lineageLookup.d.ts +69 -0
- package/dist/shared/lineageLookup.d.ts.map +1 -0
- package/dist/shared/lineageLookup.js +196 -0
- package/dist/shared/packValue.d.ts +40 -0
- package/dist/shared/packValue.d.ts.map +1 -0
- package/dist/shared/packValue.js +105 -0
- package/dist/shared/types.d.ts +23 -0
- package/dist/shared/types.d.ts.map +1 -0
- package/dist/shared/types.js +9 -0
- package/package.json +75 -0
|
@@ -0,0 +1,3533 @@
|
|
|
1
|
+
export declare const CACHE_PARAMS: {
|
|
2
|
+
readonly 'amp.balance': {
|
|
3
|
+
readonly block: "amp";
|
|
4
|
+
readonly name: "balance";
|
|
5
|
+
readonly pidLow: 58;
|
|
6
|
+
readonly pidHigh: 2;
|
|
7
|
+
readonly unit: "bipolar_percent";
|
|
8
|
+
readonly displayMin: -100;
|
|
9
|
+
readonly displayMax: 100;
|
|
10
|
+
};
|
|
11
|
+
readonly 'amp.out_boost_level': {
|
|
12
|
+
readonly block: "amp";
|
|
13
|
+
readonly name: "out_boost_level";
|
|
14
|
+
readonly pidLow: 58;
|
|
15
|
+
readonly pidHigh: 8;
|
|
16
|
+
readonly unit: "db";
|
|
17
|
+
readonly displayMin: 0;
|
|
18
|
+
readonly displayMax: 4;
|
|
19
|
+
};
|
|
20
|
+
readonly 'amp.type': {
|
|
21
|
+
readonly block: "amp";
|
|
22
|
+
readonly name: "type";
|
|
23
|
+
readonly pidLow: 58;
|
|
24
|
+
readonly pidHigh: 10;
|
|
25
|
+
readonly unit: "enum";
|
|
26
|
+
readonly displayMin: 0;
|
|
27
|
+
readonly displayMax: 247;
|
|
28
|
+
readonly enumValues: Record<number, string>;
|
|
29
|
+
};
|
|
30
|
+
readonly 'amp.gain': {
|
|
31
|
+
readonly block: "amp";
|
|
32
|
+
readonly name: "gain";
|
|
33
|
+
readonly pidLow: 58;
|
|
34
|
+
readonly pidHigh: 11;
|
|
35
|
+
readonly unit: "knob_0_10";
|
|
36
|
+
readonly displayMin: 0;
|
|
37
|
+
readonly displayMax: 10;
|
|
38
|
+
};
|
|
39
|
+
readonly 'amp.bass': {
|
|
40
|
+
readonly block: "amp";
|
|
41
|
+
readonly name: "bass";
|
|
42
|
+
readonly pidLow: 58;
|
|
43
|
+
readonly pidHigh: 12;
|
|
44
|
+
readonly unit: "knob_0_10";
|
|
45
|
+
readonly displayMin: 0;
|
|
46
|
+
readonly displayMax: 10;
|
|
47
|
+
};
|
|
48
|
+
readonly 'amp.mid': {
|
|
49
|
+
readonly block: "amp";
|
|
50
|
+
readonly name: "mid";
|
|
51
|
+
readonly pidLow: 58;
|
|
52
|
+
readonly pidHigh: 13;
|
|
53
|
+
readonly unit: "knob_0_10";
|
|
54
|
+
readonly displayMin: 0;
|
|
55
|
+
readonly displayMax: 10;
|
|
56
|
+
};
|
|
57
|
+
readonly 'amp.treble': {
|
|
58
|
+
readonly block: "amp";
|
|
59
|
+
readonly name: "treble";
|
|
60
|
+
readonly pidLow: 58;
|
|
61
|
+
readonly pidHigh: 14;
|
|
62
|
+
readonly unit: "knob_0_10";
|
|
63
|
+
readonly displayMin: 0;
|
|
64
|
+
readonly displayMax: 10;
|
|
65
|
+
};
|
|
66
|
+
readonly 'amp.master': {
|
|
67
|
+
readonly block: "amp";
|
|
68
|
+
readonly name: "master";
|
|
69
|
+
readonly pidLow: 58;
|
|
70
|
+
readonly pidHigh: 15;
|
|
71
|
+
readonly unit: "knob_0_10";
|
|
72
|
+
readonly displayMin: 0;
|
|
73
|
+
readonly displayMax: 10;
|
|
74
|
+
};
|
|
75
|
+
readonly 'amp.bright_cap': {
|
|
76
|
+
readonly block: "amp";
|
|
77
|
+
readonly name: "bright_cap";
|
|
78
|
+
readonly pidLow: 58;
|
|
79
|
+
readonly pidHigh: 20;
|
|
80
|
+
readonly unit: "pf";
|
|
81
|
+
readonly displayMin: 10;
|
|
82
|
+
readonly displayMax: 10000;
|
|
83
|
+
readonly scaling: "log10";
|
|
84
|
+
};
|
|
85
|
+
readonly 'amp.proximity': {
|
|
86
|
+
readonly block: "amp";
|
|
87
|
+
readonly name: "proximity";
|
|
88
|
+
readonly pidLow: 58;
|
|
89
|
+
readonly pidHigh: 21;
|
|
90
|
+
readonly unit: "db";
|
|
91
|
+
readonly displayMin: 400;
|
|
92
|
+
readonly displayMax: 40000;
|
|
93
|
+
};
|
|
94
|
+
readonly 'amp.depth': {
|
|
95
|
+
readonly block: "amp";
|
|
96
|
+
readonly name: "depth";
|
|
97
|
+
readonly pidLow: 58;
|
|
98
|
+
readonly pidHigh: 26;
|
|
99
|
+
readonly unit: "knob_0_10";
|
|
100
|
+
readonly displayMin: 0;
|
|
101
|
+
readonly displayMax: 10;
|
|
102
|
+
};
|
|
103
|
+
readonly 'amp.presence': {
|
|
104
|
+
readonly block: "amp";
|
|
105
|
+
readonly name: "presence";
|
|
106
|
+
readonly pidLow: 58;
|
|
107
|
+
readonly pidHigh: 30;
|
|
108
|
+
readonly unit: "knob_0_10";
|
|
109
|
+
readonly displayMin: 0;
|
|
110
|
+
readonly displayMax: 10;
|
|
111
|
+
};
|
|
112
|
+
readonly 'amp.low_reso': {
|
|
113
|
+
readonly block: "amp";
|
|
114
|
+
readonly name: "low_reso";
|
|
115
|
+
readonly pidLow: 58;
|
|
116
|
+
readonly pidHigh: 34;
|
|
117
|
+
readonly unit: "knob_0_10";
|
|
118
|
+
readonly displayMin: 0;
|
|
119
|
+
readonly displayMax: 10;
|
|
120
|
+
};
|
|
121
|
+
readonly 'amp.master_vol_cap': {
|
|
122
|
+
readonly block: "amp";
|
|
123
|
+
readonly name: "master_vol_cap";
|
|
124
|
+
readonly pidLow: 58;
|
|
125
|
+
readonly pidHigh: 38;
|
|
126
|
+
readonly unit: "pf";
|
|
127
|
+
readonly displayMin: 1;
|
|
128
|
+
readonly displayMax: 1000;
|
|
129
|
+
readonly scaling: "log10";
|
|
130
|
+
};
|
|
131
|
+
readonly 'amp.hi_reso': {
|
|
132
|
+
readonly block: "amp";
|
|
133
|
+
readonly name: "hi_reso";
|
|
134
|
+
readonly pidLow: 58;
|
|
135
|
+
readonly pidHigh: 51;
|
|
136
|
+
readonly unit: "knob_0_10";
|
|
137
|
+
readonly displayMin: 0;
|
|
138
|
+
readonly displayMax: 10;
|
|
139
|
+
};
|
|
140
|
+
readonly 'amp.input_trim': {
|
|
141
|
+
readonly block: "amp";
|
|
142
|
+
readonly name: "input_trim";
|
|
143
|
+
readonly pidLow: 58;
|
|
144
|
+
readonly pidHigh: 54;
|
|
145
|
+
readonly unit: "count";
|
|
146
|
+
readonly displayMin: 0.1;
|
|
147
|
+
readonly displayMax: 10;
|
|
148
|
+
readonly scaling: "log10";
|
|
149
|
+
};
|
|
150
|
+
readonly 'amp.spkr_drive': {
|
|
151
|
+
readonly block: "amp";
|
|
152
|
+
readonly name: "spkr_drive";
|
|
153
|
+
readonly pidLow: 58;
|
|
154
|
+
readonly pidHigh: 57;
|
|
155
|
+
readonly unit: "knob_0_10";
|
|
156
|
+
readonly displayMin: 0;
|
|
157
|
+
readonly displayMax: 10;
|
|
158
|
+
};
|
|
159
|
+
readonly 'amp.geq_band_1': {
|
|
160
|
+
readonly block: "amp";
|
|
161
|
+
readonly name: "geq_band_1";
|
|
162
|
+
readonly pidLow: 58;
|
|
163
|
+
readonly pidHigh: 62;
|
|
164
|
+
readonly unit: "amp_geq_band";
|
|
165
|
+
readonly displayMin: -12;
|
|
166
|
+
readonly displayMax: 12;
|
|
167
|
+
};
|
|
168
|
+
readonly 'amp.geq_band_2': {
|
|
169
|
+
readonly block: "amp";
|
|
170
|
+
readonly name: "geq_band_2";
|
|
171
|
+
readonly pidLow: 58;
|
|
172
|
+
readonly pidHigh: 63;
|
|
173
|
+
readonly unit: "amp_geq_band";
|
|
174
|
+
readonly displayMin: -12;
|
|
175
|
+
readonly displayMax: 12;
|
|
176
|
+
};
|
|
177
|
+
readonly 'amp.geq_band_3': {
|
|
178
|
+
readonly block: "amp";
|
|
179
|
+
readonly name: "geq_band_3";
|
|
180
|
+
readonly pidLow: 58;
|
|
181
|
+
readonly pidHigh: 64;
|
|
182
|
+
readonly unit: "amp_geq_band";
|
|
183
|
+
readonly displayMin: -12;
|
|
184
|
+
readonly displayMax: 12;
|
|
185
|
+
};
|
|
186
|
+
readonly 'amp.geq_band_4': {
|
|
187
|
+
readonly block: "amp";
|
|
188
|
+
readonly name: "geq_band_4";
|
|
189
|
+
readonly pidLow: 58;
|
|
190
|
+
readonly pidHigh: 65;
|
|
191
|
+
readonly unit: "amp_geq_band";
|
|
192
|
+
readonly displayMin: -12;
|
|
193
|
+
readonly displayMax: 12;
|
|
194
|
+
};
|
|
195
|
+
readonly 'amp.geq_band_5': {
|
|
196
|
+
readonly block: "amp";
|
|
197
|
+
readonly name: "geq_band_5";
|
|
198
|
+
readonly pidLow: 58;
|
|
199
|
+
readonly pidHigh: 66;
|
|
200
|
+
readonly unit: "amp_geq_band";
|
|
201
|
+
readonly displayMin: -12;
|
|
202
|
+
readonly displayMax: 12;
|
|
203
|
+
};
|
|
204
|
+
readonly 'amp.geq_band_6': {
|
|
205
|
+
readonly block: "amp";
|
|
206
|
+
readonly name: "geq_band_6";
|
|
207
|
+
readonly pidLow: 58;
|
|
208
|
+
readonly pidHigh: 67;
|
|
209
|
+
readonly unit: "amp_geq_band";
|
|
210
|
+
readonly displayMin: -12;
|
|
211
|
+
readonly displayMax: 12;
|
|
212
|
+
};
|
|
213
|
+
readonly 'amp.geq_band_7': {
|
|
214
|
+
readonly block: "amp";
|
|
215
|
+
readonly name: "geq_band_7";
|
|
216
|
+
readonly pidLow: 58;
|
|
217
|
+
readonly pidHigh: 68;
|
|
218
|
+
readonly unit: "amp_geq_band";
|
|
219
|
+
readonly displayMin: -12;
|
|
220
|
+
readonly displayMax: 12;
|
|
221
|
+
};
|
|
222
|
+
readonly 'amp.geq_band_8': {
|
|
223
|
+
readonly block: "amp";
|
|
224
|
+
readonly name: "geq_band_8";
|
|
225
|
+
readonly pidLow: 58;
|
|
226
|
+
readonly pidHigh: 69;
|
|
227
|
+
readonly unit: "amp_geq_band";
|
|
228
|
+
readonly displayMin: -12;
|
|
229
|
+
readonly displayMax: 12;
|
|
230
|
+
};
|
|
231
|
+
readonly 'amp.distance': {
|
|
232
|
+
readonly block: "amp";
|
|
233
|
+
readonly name: "distance";
|
|
234
|
+
readonly pidLow: 58;
|
|
235
|
+
readonly pidHigh: 71;
|
|
236
|
+
readonly unit: "ms";
|
|
237
|
+
readonly displayMin: 0;
|
|
238
|
+
readonly displayMax: 25;
|
|
239
|
+
readonly scaling: "log10";
|
|
240
|
+
};
|
|
241
|
+
readonly 'amp.distance_dynacab_z2': {
|
|
242
|
+
readonly block: "amp";
|
|
243
|
+
readonly name: "distance_dynacab_z2";
|
|
244
|
+
readonly pidLow: 58;
|
|
245
|
+
readonly pidHigh: 72;
|
|
246
|
+
readonly unit: "ms";
|
|
247
|
+
readonly displayMin: 0;
|
|
248
|
+
readonly displayMax: 50;
|
|
249
|
+
readonly scaling: "log10";
|
|
250
|
+
};
|
|
251
|
+
readonly 'amp.compressor_clarity': {
|
|
252
|
+
readonly block: "amp";
|
|
253
|
+
readonly name: "compressor_clarity";
|
|
254
|
+
readonly pidLow: 58;
|
|
255
|
+
readonly pidHigh: 77;
|
|
256
|
+
readonly unit: "knob_0_10";
|
|
257
|
+
readonly displayMin: 0;
|
|
258
|
+
readonly displayMax: 10;
|
|
259
|
+
readonly scaling: "log10";
|
|
260
|
+
};
|
|
261
|
+
readonly 'amp.input_eq_frequency': {
|
|
262
|
+
readonly block: "amp";
|
|
263
|
+
readonly name: "input_eq_frequency";
|
|
264
|
+
readonly pidLow: 58;
|
|
265
|
+
readonly pidHigh: 79;
|
|
266
|
+
readonly unit: "hz";
|
|
267
|
+
readonly displayMin: 100;
|
|
268
|
+
readonly displayMax: 10000;
|
|
269
|
+
};
|
|
270
|
+
readonly 'amp.overdrive': {
|
|
271
|
+
readonly block: "amp";
|
|
272
|
+
readonly name: "overdrive";
|
|
273
|
+
readonly pidLow: 58;
|
|
274
|
+
readonly pidHigh: 81;
|
|
275
|
+
readonly unit: "knob_0_10";
|
|
276
|
+
readonly displayMin: 0;
|
|
277
|
+
readonly displayMax: 10;
|
|
278
|
+
};
|
|
279
|
+
readonly 'amp.compressor_amount': {
|
|
280
|
+
readonly block: "amp";
|
|
281
|
+
readonly name: "compressor_amount";
|
|
282
|
+
readonly pidLow: 58;
|
|
283
|
+
readonly pidHigh: 82;
|
|
284
|
+
readonly unit: "knob_0_10";
|
|
285
|
+
readonly displayMin: 0;
|
|
286
|
+
readonly displayMax: 10;
|
|
287
|
+
};
|
|
288
|
+
readonly 'amp.compressor_threshold': {
|
|
289
|
+
readonly block: "amp";
|
|
290
|
+
readonly name: "compressor_threshold";
|
|
291
|
+
readonly pidLow: 58;
|
|
292
|
+
readonly pidHigh: 83;
|
|
293
|
+
readonly unit: "db";
|
|
294
|
+
readonly displayMin: -60;
|
|
295
|
+
readonly displayMax: 0;
|
|
296
|
+
};
|
|
297
|
+
readonly 'amp.master_vol_trim': {
|
|
298
|
+
readonly block: "amp";
|
|
299
|
+
readonly name: "master_vol_trim";
|
|
300
|
+
readonly pidLow: 58;
|
|
301
|
+
readonly pidHigh: 84;
|
|
302
|
+
readonly unit: "count";
|
|
303
|
+
readonly displayMin: 0.1;
|
|
304
|
+
readonly displayMax: 10;
|
|
305
|
+
readonly scaling: "log10";
|
|
306
|
+
};
|
|
307
|
+
readonly 'amp.definition': {
|
|
308
|
+
readonly block: "amp";
|
|
309
|
+
readonly name: "definition";
|
|
310
|
+
readonly pidLow: 58;
|
|
311
|
+
readonly pidHigh: 86;
|
|
312
|
+
readonly unit: "count";
|
|
313
|
+
readonly displayMin: -10;
|
|
314
|
+
readonly displayMax: 10;
|
|
315
|
+
};
|
|
316
|
+
readonly 'amp.compression': {
|
|
317
|
+
readonly block: "amp";
|
|
318
|
+
readonly name: "compression";
|
|
319
|
+
readonly pidLow: 58;
|
|
320
|
+
readonly pidHigh: 87;
|
|
321
|
+
readonly unit: "percent";
|
|
322
|
+
readonly displayMin: 0;
|
|
323
|
+
readonly displayMax: 100;
|
|
324
|
+
};
|
|
325
|
+
readonly 'amp.cfgrid': {
|
|
326
|
+
readonly block: "amp";
|
|
327
|
+
readonly name: "cfgrid";
|
|
328
|
+
readonly pidLow: 58;
|
|
329
|
+
readonly pidHigh: 88;
|
|
330
|
+
readonly unit: "percent";
|
|
331
|
+
readonly displayMin: 0;
|
|
332
|
+
readonly displayMax: 100;
|
|
333
|
+
};
|
|
334
|
+
readonly 'amp.high_cut': {
|
|
335
|
+
readonly block: "amp";
|
|
336
|
+
readonly name: "high_cut";
|
|
337
|
+
readonly pidLow: 58;
|
|
338
|
+
readonly pidHigh: 90;
|
|
339
|
+
readonly unit: "hz";
|
|
340
|
+
readonly displayMin: 200;
|
|
341
|
+
readonly displayMax: 20000;
|
|
342
|
+
};
|
|
343
|
+
readonly 'amp.dynpres': {
|
|
344
|
+
readonly block: "amp";
|
|
345
|
+
readonly name: "dynpres";
|
|
346
|
+
readonly pidLow: 58;
|
|
347
|
+
readonly pidHigh: 91;
|
|
348
|
+
readonly unit: "knob_0_10";
|
|
349
|
+
readonly displayMin: 0;
|
|
350
|
+
readonly displayMax: 10;
|
|
351
|
+
};
|
|
352
|
+
readonly 'amp.dyndepth': {
|
|
353
|
+
readonly block: "amp";
|
|
354
|
+
readonly name: "dyndepth";
|
|
355
|
+
readonly pidLow: 58;
|
|
356
|
+
readonly pidHigh: 92;
|
|
357
|
+
readonly unit: "knob_0_10";
|
|
358
|
+
readonly displayMin: 0;
|
|
359
|
+
readonly displayMax: 10;
|
|
360
|
+
};
|
|
361
|
+
readonly 'amp.tremfreq': {
|
|
362
|
+
readonly block: "amp";
|
|
363
|
+
readonly name: "tremfreq";
|
|
364
|
+
readonly pidLow: 58;
|
|
365
|
+
readonly pidHigh: 96;
|
|
366
|
+
readonly unit: "db";
|
|
367
|
+
readonly displayMin: 0.20000000298023224;
|
|
368
|
+
readonly displayMax: 20;
|
|
369
|
+
};
|
|
370
|
+
readonly 'amp.tremdepth': {
|
|
371
|
+
readonly block: "amp";
|
|
372
|
+
readonly name: "tremdepth";
|
|
373
|
+
readonly pidLow: 58;
|
|
374
|
+
readonly pidHigh: 97;
|
|
375
|
+
readonly unit: "percent";
|
|
376
|
+
readonly displayMin: 0;
|
|
377
|
+
readonly displayMax: 100;
|
|
378
|
+
};
|
|
379
|
+
readonly 'amp.cathode_resistance': {
|
|
380
|
+
readonly block: "amp";
|
|
381
|
+
readonly name: "cathode_resistance";
|
|
382
|
+
readonly pidLow: 58;
|
|
383
|
+
readonly pidHigh: 100;
|
|
384
|
+
readonly unit: "percent";
|
|
385
|
+
readonly displayMin: 0;
|
|
386
|
+
readonly displayMax: 100;
|
|
387
|
+
};
|
|
388
|
+
readonly 'amp.dynimp': {
|
|
389
|
+
readonly block: "amp";
|
|
390
|
+
readonly name: "dynimp";
|
|
391
|
+
readonly pidLow: 58;
|
|
392
|
+
readonly pidHigh: 102;
|
|
393
|
+
readonly unit: "knob_0_10";
|
|
394
|
+
readonly displayMin: 0;
|
|
395
|
+
readonly displayMax: 10;
|
|
396
|
+
};
|
|
397
|
+
readonly 'amp.high_treble': {
|
|
398
|
+
readonly block: "amp";
|
|
399
|
+
readonly name: "high_treble";
|
|
400
|
+
readonly pidLow: 58;
|
|
401
|
+
readonly pidHigh: 104;
|
|
402
|
+
readonly unit: "db";
|
|
403
|
+
readonly displayMin: -12;
|
|
404
|
+
readonly displayMax: 12;
|
|
405
|
+
};
|
|
406
|
+
readonly 'amp.indynamics': {
|
|
407
|
+
readonly block: "amp";
|
|
408
|
+
readonly name: "indynamics";
|
|
409
|
+
readonly pidLow: 58;
|
|
410
|
+
readonly pidHigh: 106;
|
|
411
|
+
readonly unit: "knob_0_10";
|
|
412
|
+
readonly displayMin: 0;
|
|
413
|
+
readonly displayMax: 10;
|
|
414
|
+
};
|
|
415
|
+
readonly 'amp.gridhardness': {
|
|
416
|
+
readonly block: "amp";
|
|
417
|
+
readonly name: "gridhardness";
|
|
418
|
+
readonly pidLow: 58;
|
|
419
|
+
readonly pidHigh: 110;
|
|
420
|
+
readonly unit: "percent";
|
|
421
|
+
readonly displayMin: 0;
|
|
422
|
+
readonly displayMax: 100;
|
|
423
|
+
};
|
|
424
|
+
readonly 'amp.triode2extime': {
|
|
425
|
+
readonly block: "amp";
|
|
426
|
+
readonly name: "triode2extime";
|
|
427
|
+
readonly pidLow: 58;
|
|
428
|
+
readonly pidHigh: 114;
|
|
429
|
+
readonly unit: "ms";
|
|
430
|
+
readonly displayMin: 0;
|
|
431
|
+
readonly displayMax: 100;
|
|
432
|
+
readonly scaling: "log10";
|
|
433
|
+
};
|
|
434
|
+
readonly 'amp.triode2rectime': {
|
|
435
|
+
readonly block: "amp";
|
|
436
|
+
readonly name: "triode2rectime";
|
|
437
|
+
readonly pidLow: 58;
|
|
438
|
+
readonly pidHigh: 115;
|
|
439
|
+
readonly unit: "ms";
|
|
440
|
+
readonly displayMin: 0;
|
|
441
|
+
readonly displayMax: 200;
|
|
442
|
+
readonly scaling: "log10";
|
|
443
|
+
};
|
|
444
|
+
readonly 'amp.triode1ratio': {
|
|
445
|
+
readonly block: "amp";
|
|
446
|
+
readonly name: "triode1ratio";
|
|
447
|
+
readonly pidLow: 58;
|
|
448
|
+
readonly pidHigh: 119;
|
|
449
|
+
readonly unit: "percent";
|
|
450
|
+
readonly displayMin: 0;
|
|
451
|
+
readonly displayMax: 100;
|
|
452
|
+
};
|
|
453
|
+
readonly 'amp.cfhardness': {
|
|
454
|
+
readonly block: "amp";
|
|
455
|
+
readonly name: "cfhardness";
|
|
456
|
+
readonly pidLow: 58;
|
|
457
|
+
readonly pidHigh: 120;
|
|
458
|
+
readonly unit: "knob_0_10";
|
|
459
|
+
readonly displayMin: 0;
|
|
460
|
+
readonly displayMax: 10;
|
|
461
|
+
};
|
|
462
|
+
readonly 'amp.resolution': {
|
|
463
|
+
readonly block: "amp";
|
|
464
|
+
readonly name: "resolution";
|
|
465
|
+
readonly pidLow: 58;
|
|
466
|
+
readonly pidHigh: 124;
|
|
467
|
+
readonly unit: "db";
|
|
468
|
+
readonly displayMin: 0;
|
|
469
|
+
readonly displayMax: 1;
|
|
470
|
+
};
|
|
471
|
+
readonly 'amp.b_plus_monitor': {
|
|
472
|
+
readonly block: "amp";
|
|
473
|
+
readonly name: "b_plus_monitor";
|
|
474
|
+
readonly pidLow: 58;
|
|
475
|
+
readonly pidHigh: 125;
|
|
476
|
+
readonly unit: "count";
|
|
477
|
+
readonly displayMin: 0;
|
|
478
|
+
readonly displayMax: 1;
|
|
479
|
+
};
|
|
480
|
+
readonly 'amp.gain_monitor': {
|
|
481
|
+
readonly block: "amp";
|
|
482
|
+
readonly name: "gain_monitor";
|
|
483
|
+
readonly pidLow: 58;
|
|
484
|
+
readonly pidHigh: 126;
|
|
485
|
+
readonly unit: "count";
|
|
486
|
+
readonly displayMin: 0;
|
|
487
|
+
readonly displayMax: 1;
|
|
488
|
+
};
|
|
489
|
+
readonly 'amp.mdmon': {
|
|
490
|
+
readonly block: "amp";
|
|
491
|
+
readonly name: "mdmon";
|
|
492
|
+
readonly pidLow: 58;
|
|
493
|
+
readonly pidHigh: 127;
|
|
494
|
+
readonly unit: "db";
|
|
495
|
+
readonly displayMin: 0;
|
|
496
|
+
readonly displayMax: 1;
|
|
497
|
+
};
|
|
498
|
+
readonly 'amp.indynmon': {
|
|
499
|
+
readonly block: "amp";
|
|
500
|
+
readonly name: "indynmon";
|
|
501
|
+
readonly pidLow: 58;
|
|
502
|
+
readonly pidHigh: 128;
|
|
503
|
+
readonly unit: "db";
|
|
504
|
+
readonly displayMin: 0;
|
|
505
|
+
readonly displayMax: 1;
|
|
506
|
+
};
|
|
507
|
+
readonly 'amp.headroom_monitor': {
|
|
508
|
+
readonly block: "amp";
|
|
509
|
+
readonly name: "headroom_monitor";
|
|
510
|
+
readonly pidLow: 58;
|
|
511
|
+
readonly pidHigh: 137;
|
|
512
|
+
readonly unit: "count";
|
|
513
|
+
readonly displayMin: 0;
|
|
514
|
+
readonly displayMax: 1;
|
|
515
|
+
};
|
|
516
|
+
readonly 'amp.presence_prepresence': {
|
|
517
|
+
readonly block: "amp";
|
|
518
|
+
readonly name: "presence_prepresence";
|
|
519
|
+
readonly pidLow: 58;
|
|
520
|
+
readonly pidHigh: 138;
|
|
521
|
+
readonly unit: "knob_0_10";
|
|
522
|
+
readonly displayMin: 0;
|
|
523
|
+
readonly displayMax: 10;
|
|
524
|
+
};
|
|
525
|
+
readonly 'amp.pa_high_cut': {
|
|
526
|
+
readonly block: "amp";
|
|
527
|
+
readonly name: "pa_high_cut";
|
|
528
|
+
readonly pidLow: 58;
|
|
529
|
+
readonly pidHigh: 140;
|
|
530
|
+
readonly unit: "knob_0_10";
|
|
531
|
+
readonly displayMin: 0;
|
|
532
|
+
readonly displayMax: 10;
|
|
533
|
+
};
|
|
534
|
+
readonly 'amp.overdrive_volume': {
|
|
535
|
+
readonly block: "amp";
|
|
536
|
+
readonly name: "overdrive_volume";
|
|
537
|
+
readonly pidLow: 58;
|
|
538
|
+
readonly pidHigh: 145;
|
|
539
|
+
readonly unit: "knob_0_10";
|
|
540
|
+
readonly displayMin: 0;
|
|
541
|
+
readonly displayMax: 10;
|
|
542
|
+
};
|
|
543
|
+
readonly 'amp.disablecabsync': {
|
|
544
|
+
readonly block: "amp";
|
|
545
|
+
readonly name: "disablecabsync";
|
|
546
|
+
readonly pidLow: 58;
|
|
547
|
+
readonly pidHigh: 151;
|
|
548
|
+
readonly unit: "db";
|
|
549
|
+
readonly displayMin: 0;
|
|
550
|
+
readonly displayMax: 1;
|
|
551
|
+
};
|
|
552
|
+
readonly 'drive.balance': {
|
|
553
|
+
readonly block: "drive";
|
|
554
|
+
readonly name: "balance";
|
|
555
|
+
readonly pidLow: 118;
|
|
556
|
+
readonly pidHigh: 2;
|
|
557
|
+
readonly unit: "bipolar_percent";
|
|
558
|
+
readonly displayMin: -100;
|
|
559
|
+
readonly displayMax: 100;
|
|
560
|
+
};
|
|
561
|
+
readonly 'drive.type': {
|
|
562
|
+
readonly block: "drive";
|
|
563
|
+
readonly name: "type";
|
|
564
|
+
readonly pidLow: 118;
|
|
565
|
+
readonly pidHigh: 10;
|
|
566
|
+
readonly unit: "enum";
|
|
567
|
+
readonly displayMin: 0;
|
|
568
|
+
readonly displayMax: 77;
|
|
569
|
+
readonly enumValues: Record<number, string>;
|
|
570
|
+
};
|
|
571
|
+
readonly 'drive.drive': {
|
|
572
|
+
readonly block: "drive";
|
|
573
|
+
readonly name: "drive";
|
|
574
|
+
readonly pidLow: 118;
|
|
575
|
+
readonly pidHigh: 11;
|
|
576
|
+
readonly unit: "knob_0_10";
|
|
577
|
+
readonly displayMin: 0;
|
|
578
|
+
readonly displayMax: 10;
|
|
579
|
+
};
|
|
580
|
+
readonly 'drive.tone': {
|
|
581
|
+
readonly block: "drive";
|
|
582
|
+
readonly name: "tone";
|
|
583
|
+
readonly pidLow: 118;
|
|
584
|
+
readonly pidHigh: 12;
|
|
585
|
+
readonly unit: "knob_0_10";
|
|
586
|
+
readonly displayMin: 0;
|
|
587
|
+
readonly displayMax: 10;
|
|
588
|
+
};
|
|
589
|
+
readonly 'drive.level': {
|
|
590
|
+
readonly block: "drive";
|
|
591
|
+
readonly name: "level";
|
|
592
|
+
readonly pidLow: 118;
|
|
593
|
+
readonly pidHigh: 13;
|
|
594
|
+
readonly unit: "knob_0_10";
|
|
595
|
+
readonly displayMin: 0;
|
|
596
|
+
readonly displayMax: 10;
|
|
597
|
+
};
|
|
598
|
+
readonly 'drive.mix': {
|
|
599
|
+
readonly block: "drive";
|
|
600
|
+
readonly name: "mix";
|
|
601
|
+
readonly pidLow: 118;
|
|
602
|
+
readonly pidHigh: 14;
|
|
603
|
+
readonly unit: "percent";
|
|
604
|
+
readonly displayMin: 0;
|
|
605
|
+
readonly displayMax: 100;
|
|
606
|
+
};
|
|
607
|
+
readonly 'drive.slew_rate_slew': {
|
|
608
|
+
readonly block: "drive";
|
|
609
|
+
readonly name: "slew_rate_slew";
|
|
610
|
+
readonly pidLow: 118;
|
|
611
|
+
readonly pidHigh: 15;
|
|
612
|
+
readonly unit: "knob_0_10";
|
|
613
|
+
readonly displayMin: 0;
|
|
614
|
+
readonly displayMax: 10;
|
|
615
|
+
readonly scaling: "log10";
|
|
616
|
+
};
|
|
617
|
+
readonly 'drive.low_cut': {
|
|
618
|
+
readonly block: "drive";
|
|
619
|
+
readonly name: "low_cut";
|
|
620
|
+
readonly pidLow: 118;
|
|
621
|
+
readonly pidHigh: 16;
|
|
622
|
+
readonly unit: "hz";
|
|
623
|
+
readonly displayMin: 20;
|
|
624
|
+
readonly displayMax: 2000;
|
|
625
|
+
};
|
|
626
|
+
readonly 'drive.high_cut': {
|
|
627
|
+
readonly block: "drive";
|
|
628
|
+
readonly name: "high_cut";
|
|
629
|
+
readonly pidLow: 118;
|
|
630
|
+
readonly pidHigh: 17;
|
|
631
|
+
readonly unit: "hz";
|
|
632
|
+
readonly displayMin: 200;
|
|
633
|
+
readonly displayMax: 20000;
|
|
634
|
+
};
|
|
635
|
+
readonly 'drive.bias_bias': {
|
|
636
|
+
readonly block: "drive";
|
|
637
|
+
readonly name: "bias_bias";
|
|
638
|
+
readonly pidLow: 118;
|
|
639
|
+
readonly pidHigh: 19;
|
|
640
|
+
readonly unit: "db";
|
|
641
|
+
readonly displayMin: -1;
|
|
642
|
+
readonly displayMax: 1;
|
|
643
|
+
};
|
|
644
|
+
readonly 'drive.bass': {
|
|
645
|
+
readonly block: "drive";
|
|
646
|
+
readonly name: "bass";
|
|
647
|
+
readonly pidLow: 118;
|
|
648
|
+
readonly pidHigh: 20;
|
|
649
|
+
readonly unit: "knob_0_10";
|
|
650
|
+
readonly displayMin: 0;
|
|
651
|
+
readonly displayMax: 10;
|
|
652
|
+
};
|
|
653
|
+
readonly 'drive.mid': {
|
|
654
|
+
readonly block: "drive";
|
|
655
|
+
readonly name: "mid";
|
|
656
|
+
readonly pidLow: 118;
|
|
657
|
+
readonly pidHigh: 21;
|
|
658
|
+
readonly unit: "knob_0_10";
|
|
659
|
+
readonly displayMin: 0;
|
|
660
|
+
readonly displayMax: 10;
|
|
661
|
+
};
|
|
662
|
+
readonly 'drive.mid_freq': {
|
|
663
|
+
readonly block: "drive";
|
|
664
|
+
readonly name: "mid_freq";
|
|
665
|
+
readonly pidLow: 118;
|
|
666
|
+
readonly pidHigh: 22;
|
|
667
|
+
readonly unit: "hz";
|
|
668
|
+
readonly displayMin: 200;
|
|
669
|
+
readonly displayMax: 2000;
|
|
670
|
+
};
|
|
671
|
+
readonly 'drive.treble': {
|
|
672
|
+
readonly block: "drive";
|
|
673
|
+
readonly name: "treble";
|
|
674
|
+
readonly pidLow: 118;
|
|
675
|
+
readonly pidHigh: 23;
|
|
676
|
+
readonly unit: "knob_0_10";
|
|
677
|
+
readonly displayMin: 0;
|
|
678
|
+
readonly displayMax: 10;
|
|
679
|
+
};
|
|
680
|
+
readonly 'drive.bit_reduce': {
|
|
681
|
+
readonly block: "drive";
|
|
682
|
+
readonly name: "bit_reduce";
|
|
683
|
+
readonly pidLow: 118;
|
|
684
|
+
readonly pidHigh: 24;
|
|
685
|
+
readonly unit: "count";
|
|
686
|
+
readonly displayMin: 0;
|
|
687
|
+
readonly displayMax: 24;
|
|
688
|
+
};
|
|
689
|
+
readonly 'drive.geq_band_1': {
|
|
690
|
+
readonly block: "drive";
|
|
691
|
+
readonly name: "geq_band_1";
|
|
692
|
+
readonly pidLow: 118;
|
|
693
|
+
readonly pidHigh: 29;
|
|
694
|
+
readonly unit: "db";
|
|
695
|
+
readonly displayMin: -12;
|
|
696
|
+
readonly displayMax: 12;
|
|
697
|
+
};
|
|
698
|
+
readonly 'drive.geq_band_2': {
|
|
699
|
+
readonly block: "drive";
|
|
700
|
+
readonly name: "geq_band_2";
|
|
701
|
+
readonly pidLow: 118;
|
|
702
|
+
readonly pidHigh: 30;
|
|
703
|
+
readonly unit: "db";
|
|
704
|
+
readonly displayMin: -12;
|
|
705
|
+
readonly displayMax: 12;
|
|
706
|
+
};
|
|
707
|
+
readonly 'drive.geq_band_3': {
|
|
708
|
+
readonly block: "drive";
|
|
709
|
+
readonly name: "geq_band_3";
|
|
710
|
+
readonly pidLow: 118;
|
|
711
|
+
readonly pidHigh: 31;
|
|
712
|
+
readonly unit: "db";
|
|
713
|
+
readonly displayMin: -12;
|
|
714
|
+
readonly displayMax: 12;
|
|
715
|
+
};
|
|
716
|
+
readonly 'drive.geq_band_4': {
|
|
717
|
+
readonly block: "drive";
|
|
718
|
+
readonly name: "geq_band_4";
|
|
719
|
+
readonly pidLow: 118;
|
|
720
|
+
readonly pidHigh: 32;
|
|
721
|
+
readonly unit: "db";
|
|
722
|
+
readonly displayMin: -12;
|
|
723
|
+
readonly displayMax: 12;
|
|
724
|
+
};
|
|
725
|
+
readonly 'drive.geq_band_5': {
|
|
726
|
+
readonly block: "drive";
|
|
727
|
+
readonly name: "geq_band_5";
|
|
728
|
+
readonly pidLow: 118;
|
|
729
|
+
readonly pidHigh: 33;
|
|
730
|
+
readonly unit: "db";
|
|
731
|
+
readonly displayMin: -12;
|
|
732
|
+
readonly displayMax: 12;
|
|
733
|
+
};
|
|
734
|
+
readonly 'drive.geq_band_6': {
|
|
735
|
+
readonly block: "drive";
|
|
736
|
+
readonly name: "geq_band_6";
|
|
737
|
+
readonly pidLow: 118;
|
|
738
|
+
readonly pidHigh: 34;
|
|
739
|
+
readonly unit: "db";
|
|
740
|
+
readonly displayMin: -12;
|
|
741
|
+
readonly displayMax: 12;
|
|
742
|
+
};
|
|
743
|
+
readonly 'drive.geq_band_7': {
|
|
744
|
+
readonly block: "drive";
|
|
745
|
+
readonly name: "geq_band_7";
|
|
746
|
+
readonly pidLow: 118;
|
|
747
|
+
readonly pidHigh: 35;
|
|
748
|
+
readonly unit: "db";
|
|
749
|
+
readonly displayMin: -12;
|
|
750
|
+
readonly displayMax: 12;
|
|
751
|
+
};
|
|
752
|
+
readonly 'drive.geq_band_8': {
|
|
753
|
+
readonly block: "drive";
|
|
754
|
+
readonly name: "geq_band_8";
|
|
755
|
+
readonly pidLow: 118;
|
|
756
|
+
readonly pidHigh: 36;
|
|
757
|
+
readonly unit: "db";
|
|
758
|
+
readonly displayMin: -12;
|
|
759
|
+
readonly displayMax: 12;
|
|
760
|
+
};
|
|
761
|
+
readonly 'drive.geq_band_9': {
|
|
762
|
+
readonly block: "drive";
|
|
763
|
+
readonly name: "geq_band_9";
|
|
764
|
+
readonly pidLow: 118;
|
|
765
|
+
readonly pidHigh: 37;
|
|
766
|
+
readonly unit: "db";
|
|
767
|
+
readonly displayMin: -12;
|
|
768
|
+
readonly displayMax: 12;
|
|
769
|
+
};
|
|
770
|
+
readonly 'drive.geq_band_10': {
|
|
771
|
+
readonly block: "drive";
|
|
772
|
+
readonly name: "geq_band_10";
|
|
773
|
+
readonly pidLow: 118;
|
|
774
|
+
readonly pidHigh: 38;
|
|
775
|
+
readonly unit: "db";
|
|
776
|
+
readonly displayMin: -12;
|
|
777
|
+
readonly displayMax: 12;
|
|
778
|
+
};
|
|
779
|
+
readonly 'drive.diode_quantity_pdqty': {
|
|
780
|
+
readonly block: "drive";
|
|
781
|
+
readonly name: "diode_quantity_pdqty";
|
|
782
|
+
readonly pidLow: 118;
|
|
783
|
+
readonly pidHigh: 40;
|
|
784
|
+
readonly unit: "db";
|
|
785
|
+
readonly displayMin: 1;
|
|
786
|
+
readonly displayMax: 4;
|
|
787
|
+
};
|
|
788
|
+
readonly 'drive.diode_quantity': {
|
|
789
|
+
readonly block: "drive";
|
|
790
|
+
readonly name: "diode_quantity";
|
|
791
|
+
readonly pidLow: 118;
|
|
792
|
+
readonly pidHigh: 42;
|
|
793
|
+
readonly unit: "db";
|
|
794
|
+
readonly displayMin: 1;
|
|
795
|
+
readonly displayMax: 4;
|
|
796
|
+
};
|
|
797
|
+
readonly 'drive.dry_level': {
|
|
798
|
+
readonly block: "drive";
|
|
799
|
+
readonly name: "dry_level";
|
|
800
|
+
readonly pidLow: 118;
|
|
801
|
+
readonly pidHigh: 43;
|
|
802
|
+
readonly unit: "percent";
|
|
803
|
+
readonly displayMin: 0;
|
|
804
|
+
readonly displayMax: 100;
|
|
805
|
+
};
|
|
806
|
+
readonly 'drive.bass_bass': {
|
|
807
|
+
readonly block: "drive";
|
|
808
|
+
readonly name: "bass_bass";
|
|
809
|
+
readonly pidLow: 118;
|
|
810
|
+
readonly pidHigh: 44;
|
|
811
|
+
readonly unit: "knob_0_10";
|
|
812
|
+
readonly displayMin: 0;
|
|
813
|
+
readonly displayMax: 10;
|
|
814
|
+
};
|
|
815
|
+
readonly 'drive.high_mid': {
|
|
816
|
+
readonly block: "drive";
|
|
817
|
+
readonly name: "high_mid";
|
|
818
|
+
readonly pidLow: 118;
|
|
819
|
+
readonly pidHigh: 45;
|
|
820
|
+
readonly unit: "knob_0_10";
|
|
821
|
+
readonly displayMin: 0;
|
|
822
|
+
readonly displayMax: 10;
|
|
823
|
+
};
|
|
824
|
+
readonly 'drive.drive_drive2': {
|
|
825
|
+
readonly block: "drive";
|
|
826
|
+
readonly name: "drive_drive2";
|
|
827
|
+
readonly pidLow: 118;
|
|
828
|
+
readonly pidHigh: 49;
|
|
829
|
+
readonly unit: "knob_0_10";
|
|
830
|
+
readonly displayMin: 0;
|
|
831
|
+
readonly displayMax: 10;
|
|
832
|
+
};
|
|
833
|
+
readonly 'reverb.mix': {
|
|
834
|
+
readonly block: "reverb";
|
|
835
|
+
readonly name: "mix";
|
|
836
|
+
readonly pidLow: 66;
|
|
837
|
+
readonly pidHigh: 1;
|
|
838
|
+
readonly unit: "percent";
|
|
839
|
+
readonly displayMin: 0;
|
|
840
|
+
readonly displayMax: 100;
|
|
841
|
+
};
|
|
842
|
+
readonly 'reverb.balance': {
|
|
843
|
+
readonly block: "reverb";
|
|
844
|
+
readonly name: "balance";
|
|
845
|
+
readonly pidLow: 66;
|
|
846
|
+
readonly pidHigh: 2;
|
|
847
|
+
readonly unit: "bipolar_percent";
|
|
848
|
+
readonly displayMin: -100;
|
|
849
|
+
readonly displayMax: 100;
|
|
850
|
+
};
|
|
851
|
+
readonly 'reverb.type': {
|
|
852
|
+
readonly block: "reverb";
|
|
853
|
+
readonly name: "type";
|
|
854
|
+
readonly pidLow: 66;
|
|
855
|
+
readonly pidHigh: 10;
|
|
856
|
+
readonly unit: "enum";
|
|
857
|
+
readonly displayMin: 0;
|
|
858
|
+
readonly displayMax: 78;
|
|
859
|
+
readonly enumValues: Record<number, string>;
|
|
860
|
+
};
|
|
861
|
+
readonly 'reverb.time': {
|
|
862
|
+
readonly block: "reverb";
|
|
863
|
+
readonly name: "time";
|
|
864
|
+
readonly pidLow: 66;
|
|
865
|
+
readonly pidHigh: 11;
|
|
866
|
+
readonly unit: "seconds";
|
|
867
|
+
readonly displayMin: 0.1;
|
|
868
|
+
readonly displayMax: 100;
|
|
869
|
+
};
|
|
870
|
+
readonly 'reverb.high_decay': {
|
|
871
|
+
readonly block: "reverb";
|
|
872
|
+
readonly name: "high_decay";
|
|
873
|
+
readonly pidLow: 66;
|
|
874
|
+
readonly pidHigh: 13;
|
|
875
|
+
readonly unit: "count";
|
|
876
|
+
readonly displayMin: 0.01;
|
|
877
|
+
readonly displayMax: 1;
|
|
878
|
+
readonly scaling: "log10";
|
|
879
|
+
};
|
|
880
|
+
readonly 'reverb.scattering': {
|
|
881
|
+
readonly block: "reverb";
|
|
882
|
+
readonly name: "scattering";
|
|
883
|
+
readonly pidLow: 66;
|
|
884
|
+
readonly pidHigh: 14;
|
|
885
|
+
readonly unit: "percent";
|
|
886
|
+
readonly displayMin: 0;
|
|
887
|
+
readonly displayMax: 100;
|
|
888
|
+
};
|
|
889
|
+
readonly 'reverb.size': {
|
|
890
|
+
readonly block: "reverb";
|
|
891
|
+
readonly name: "size";
|
|
892
|
+
readonly pidLow: 66;
|
|
893
|
+
readonly pidHigh: 15;
|
|
894
|
+
readonly unit: "percent";
|
|
895
|
+
readonly displayMin: 0;
|
|
896
|
+
readonly displayMax: 100;
|
|
897
|
+
};
|
|
898
|
+
readonly 'reverb.reverbdelay': {
|
|
899
|
+
readonly block: "reverb";
|
|
900
|
+
readonly name: "reverbdelay";
|
|
901
|
+
readonly pidLow: 66;
|
|
902
|
+
readonly pidHigh: 16;
|
|
903
|
+
readonly unit: "ms";
|
|
904
|
+
readonly displayMin: 0;
|
|
905
|
+
readonly displayMax: 250;
|
|
906
|
+
};
|
|
907
|
+
readonly 'reverb.early_level': {
|
|
908
|
+
readonly block: "reverb";
|
|
909
|
+
readonly name: "early_level";
|
|
910
|
+
readonly pidLow: 66;
|
|
911
|
+
readonly pidHigh: 17;
|
|
912
|
+
readonly unit: "db";
|
|
913
|
+
readonly displayMin: -40;
|
|
914
|
+
readonly displayMax: 10;
|
|
915
|
+
};
|
|
916
|
+
readonly 'reverb.late_level': {
|
|
917
|
+
readonly block: "reverb";
|
|
918
|
+
readonly name: "late_level";
|
|
919
|
+
readonly pidLow: 66;
|
|
920
|
+
readonly pidHigh: 18;
|
|
921
|
+
readonly unit: "db";
|
|
922
|
+
readonly displayMin: -40;
|
|
923
|
+
readonly displayMax: 10;
|
|
924
|
+
};
|
|
925
|
+
readonly 'reverb.depth': {
|
|
926
|
+
readonly block: "reverb";
|
|
927
|
+
readonly name: "depth";
|
|
928
|
+
readonly pidLow: 66;
|
|
929
|
+
readonly pidHigh: 21;
|
|
930
|
+
readonly unit: "percent";
|
|
931
|
+
readonly displayMin: 0;
|
|
932
|
+
readonly displayMax: 100;
|
|
933
|
+
};
|
|
934
|
+
readonly 'reverb.rate': {
|
|
935
|
+
readonly block: "reverb";
|
|
936
|
+
readonly name: "rate";
|
|
937
|
+
readonly pidLow: 66;
|
|
938
|
+
readonly pidHigh: 22;
|
|
939
|
+
readonly unit: "hz";
|
|
940
|
+
readonly displayMin: 0.01;
|
|
941
|
+
readonly displayMax: 1;
|
|
942
|
+
};
|
|
943
|
+
readonly 'reverb.diffusion': {
|
|
944
|
+
readonly block: "reverb";
|
|
945
|
+
readonly name: "diffusion";
|
|
946
|
+
readonly pidLow: 66;
|
|
947
|
+
readonly pidHigh: 25;
|
|
948
|
+
readonly unit: "percent";
|
|
949
|
+
readonly displayMin: 0;
|
|
950
|
+
readonly displayMax: 100;
|
|
951
|
+
};
|
|
952
|
+
readonly 'reverb.diffusion_time': {
|
|
953
|
+
readonly block: "reverb";
|
|
954
|
+
readonly name: "diffusion_time";
|
|
955
|
+
readonly pidLow: 66;
|
|
956
|
+
readonly pidHigh: 26;
|
|
957
|
+
readonly unit: "percent";
|
|
958
|
+
readonly displayMin: 0;
|
|
959
|
+
readonly displayMax: 100;
|
|
960
|
+
};
|
|
961
|
+
readonly 'reverb.springs': {
|
|
962
|
+
readonly block: "reverb";
|
|
963
|
+
readonly name: "springs";
|
|
964
|
+
readonly pidLow: 66;
|
|
965
|
+
readonly pidHigh: 27;
|
|
966
|
+
readonly unit: "count";
|
|
967
|
+
readonly displayMin: 2;
|
|
968
|
+
readonly displayMax: 6;
|
|
969
|
+
};
|
|
970
|
+
readonly 'reverb.spring_tone': {
|
|
971
|
+
readonly block: "reverb";
|
|
972
|
+
readonly name: "spring_tone";
|
|
973
|
+
readonly pidLow: 66;
|
|
974
|
+
readonly pidHigh: 28;
|
|
975
|
+
readonly unit: "knob_0_10";
|
|
976
|
+
readonly displayMin: 0;
|
|
977
|
+
readonly displayMax: 10;
|
|
978
|
+
};
|
|
979
|
+
readonly 'reverb.pickup_spacing': {
|
|
980
|
+
readonly block: "reverb";
|
|
981
|
+
readonly name: "pickup_spacing";
|
|
982
|
+
readonly pidLow: 66;
|
|
983
|
+
readonly pidHigh: 29;
|
|
984
|
+
readonly unit: "percent";
|
|
985
|
+
readonly displayMin: 0;
|
|
986
|
+
readonly displayMax: 100;
|
|
987
|
+
};
|
|
988
|
+
readonly 'reverb.frequency_1': {
|
|
989
|
+
readonly block: "reverb";
|
|
990
|
+
readonly name: "frequency_1";
|
|
991
|
+
readonly pidLow: 66;
|
|
992
|
+
readonly pidHigh: 30;
|
|
993
|
+
readonly unit: "hz";
|
|
994
|
+
readonly displayMin: 20;
|
|
995
|
+
readonly displayMax: 2000;
|
|
996
|
+
};
|
|
997
|
+
readonly 'reverb.frequency_2': {
|
|
998
|
+
readonly block: "reverb";
|
|
999
|
+
readonly name: "frequency_2";
|
|
1000
|
+
readonly pidLow: 66;
|
|
1001
|
+
readonly pidHigh: 31;
|
|
1002
|
+
readonly unit: "hz";
|
|
1003
|
+
readonly displayMin: 100;
|
|
1004
|
+
readonly displayMax: 10000;
|
|
1005
|
+
};
|
|
1006
|
+
readonly 'reverb.q_1': {
|
|
1007
|
+
readonly block: "reverb";
|
|
1008
|
+
readonly name: "q_1";
|
|
1009
|
+
readonly pidLow: 66;
|
|
1010
|
+
readonly pidHigh: 32;
|
|
1011
|
+
readonly unit: "count";
|
|
1012
|
+
readonly displayMin: 0.1;
|
|
1013
|
+
readonly displayMax: 10;
|
|
1014
|
+
readonly scaling: "log10";
|
|
1015
|
+
};
|
|
1016
|
+
readonly 'reverb.q_2': {
|
|
1017
|
+
readonly block: "reverb";
|
|
1018
|
+
readonly name: "q_2";
|
|
1019
|
+
readonly pidLow: 66;
|
|
1020
|
+
readonly pidHigh: 33;
|
|
1021
|
+
readonly unit: "count";
|
|
1022
|
+
readonly displayMin: 0.1;
|
|
1023
|
+
readonly displayMax: 10;
|
|
1024
|
+
readonly scaling: "log10";
|
|
1025
|
+
};
|
|
1026
|
+
readonly 'reverb.gain_1': {
|
|
1027
|
+
readonly block: "reverb";
|
|
1028
|
+
readonly name: "gain_1";
|
|
1029
|
+
readonly pidLow: 66;
|
|
1030
|
+
readonly pidHigh: 34;
|
|
1031
|
+
readonly unit: "db";
|
|
1032
|
+
readonly displayMin: -12;
|
|
1033
|
+
readonly displayMax: 12;
|
|
1034
|
+
};
|
|
1035
|
+
readonly 'reverb.gain_2': {
|
|
1036
|
+
readonly block: "reverb";
|
|
1037
|
+
readonly name: "gain_2";
|
|
1038
|
+
readonly pidLow: 66;
|
|
1039
|
+
readonly pidHigh: 35;
|
|
1040
|
+
readonly unit: "db";
|
|
1041
|
+
readonly displayMin: -12;
|
|
1042
|
+
readonly displayMax: 12;
|
|
1043
|
+
};
|
|
1044
|
+
readonly 'reverb.low_decay': {
|
|
1045
|
+
readonly block: "reverb";
|
|
1046
|
+
readonly name: "low_decay";
|
|
1047
|
+
readonly pidLow: 66;
|
|
1048
|
+
readonly pidHigh: 37;
|
|
1049
|
+
readonly unit: "seconds";
|
|
1050
|
+
readonly displayMin: 0.02;
|
|
1051
|
+
readonly displayMax: 2;
|
|
1052
|
+
readonly scaling: "log10";
|
|
1053
|
+
};
|
|
1054
|
+
readonly 'reverb.xover_frequency': {
|
|
1055
|
+
readonly block: "reverb";
|
|
1056
|
+
readonly name: "xover_frequency";
|
|
1057
|
+
readonly pidLow: 66;
|
|
1058
|
+
readonly pidHigh: 38;
|
|
1059
|
+
readonly unit: "hz";
|
|
1060
|
+
readonly displayMin: 100;
|
|
1061
|
+
readonly displayMax: 10000;
|
|
1062
|
+
};
|
|
1063
|
+
readonly 'reverb.threshold': {
|
|
1064
|
+
readonly block: "reverb";
|
|
1065
|
+
readonly name: "threshold";
|
|
1066
|
+
readonly pidLow: 66;
|
|
1067
|
+
readonly pidHigh: 41;
|
|
1068
|
+
readonly unit: "db";
|
|
1069
|
+
readonly displayMin: -80;
|
|
1070
|
+
readonly displayMax: 20;
|
|
1071
|
+
};
|
|
1072
|
+
readonly 'reverb.release_time': {
|
|
1073
|
+
readonly block: "reverb";
|
|
1074
|
+
readonly name: "release_time";
|
|
1075
|
+
readonly pidLow: 66;
|
|
1076
|
+
readonly pidHigh: 42;
|
|
1077
|
+
readonly unit: "ms";
|
|
1078
|
+
readonly displayMin: 0;
|
|
1079
|
+
readonly displayMax: 1000;
|
|
1080
|
+
readonly scaling: "log10";
|
|
1081
|
+
};
|
|
1082
|
+
readonly 'reverb.early_diffusion': {
|
|
1083
|
+
readonly block: "reverb";
|
|
1084
|
+
readonly name: "early_diffusion";
|
|
1085
|
+
readonly pidLow: 66;
|
|
1086
|
+
readonly pidHigh: 43;
|
|
1087
|
+
readonly unit: "percent";
|
|
1088
|
+
readonly displayMin: 0;
|
|
1089
|
+
readonly displayMax: 100;
|
|
1090
|
+
};
|
|
1091
|
+
readonly 'reverb.early_diff_time': {
|
|
1092
|
+
readonly block: "reverb";
|
|
1093
|
+
readonly name: "early_diff_time";
|
|
1094
|
+
readonly pidLow: 66;
|
|
1095
|
+
readonly pidHigh: 44;
|
|
1096
|
+
readonly unit: "percent";
|
|
1097
|
+
readonly displayMin: 0;
|
|
1098
|
+
readonly displayMax: 100;
|
|
1099
|
+
};
|
|
1100
|
+
readonly 'reverb.early_decay': {
|
|
1101
|
+
readonly block: "reverb";
|
|
1102
|
+
readonly name: "early_decay";
|
|
1103
|
+
readonly pidLow: 66;
|
|
1104
|
+
readonly pidHigh: 45;
|
|
1105
|
+
readonly unit: "percent";
|
|
1106
|
+
readonly displayMin: 0;
|
|
1107
|
+
readonly displayMax: 100;
|
|
1108
|
+
};
|
|
1109
|
+
readonly 'reverb.late_input_mix': {
|
|
1110
|
+
readonly block: "reverb";
|
|
1111
|
+
readonly name: "late_input_mix";
|
|
1112
|
+
readonly pidLow: 66;
|
|
1113
|
+
readonly pidHigh: 46;
|
|
1114
|
+
readonly unit: "percent";
|
|
1115
|
+
readonly displayMin: 0;
|
|
1116
|
+
readonly displayMax: 100;
|
|
1117
|
+
};
|
|
1118
|
+
readonly 'reverb.basetype': {
|
|
1119
|
+
readonly block: "reverb";
|
|
1120
|
+
readonly name: "basetype";
|
|
1121
|
+
readonly pidLow: 66;
|
|
1122
|
+
readonly pidHigh: 49;
|
|
1123
|
+
readonly unit: "count";
|
|
1124
|
+
readonly displayMin: 0;
|
|
1125
|
+
readonly displayMax: 8;
|
|
1126
|
+
};
|
|
1127
|
+
readonly 'reverb.lfo_phase': {
|
|
1128
|
+
readonly block: "reverb";
|
|
1129
|
+
readonly name: "lfo_phase";
|
|
1130
|
+
readonly pidLow: 66;
|
|
1131
|
+
readonly pidHigh: 50;
|
|
1132
|
+
readonly unit: "degrees";
|
|
1133
|
+
readonly displayMin: 0;
|
|
1134
|
+
readonly displayMax: 180;
|
|
1135
|
+
};
|
|
1136
|
+
readonly 'reverb.pitch_mix': {
|
|
1137
|
+
readonly block: "reverb";
|
|
1138
|
+
readonly name: "pitch_mix";
|
|
1139
|
+
readonly pidLow: 66;
|
|
1140
|
+
readonly pidHigh: 55;
|
|
1141
|
+
readonly unit: "percent";
|
|
1142
|
+
readonly displayMin: 0;
|
|
1143
|
+
readonly displayMax: 100;
|
|
1144
|
+
};
|
|
1145
|
+
readonly 'reverb.shift_1': {
|
|
1146
|
+
readonly block: "reverb";
|
|
1147
|
+
readonly name: "shift_1";
|
|
1148
|
+
readonly pidLow: 66;
|
|
1149
|
+
readonly pidHigh: 56;
|
|
1150
|
+
readonly unit: "semitones";
|
|
1151
|
+
readonly displayMin: -24;
|
|
1152
|
+
readonly displayMax: 24;
|
|
1153
|
+
};
|
|
1154
|
+
readonly 'reverb.shift_2': {
|
|
1155
|
+
readonly block: "reverb";
|
|
1156
|
+
readonly name: "shift_2";
|
|
1157
|
+
readonly pidLow: 66;
|
|
1158
|
+
readonly pidHigh: 57;
|
|
1159
|
+
readonly unit: "semitones";
|
|
1160
|
+
readonly displayMin: -24;
|
|
1161
|
+
readonly displayMax: 24;
|
|
1162
|
+
};
|
|
1163
|
+
readonly 'reverb.pitch_feedback': {
|
|
1164
|
+
readonly block: "reverb";
|
|
1165
|
+
readonly name: "pitch_feedback";
|
|
1166
|
+
readonly pidLow: 66;
|
|
1167
|
+
readonly pidHigh: 58;
|
|
1168
|
+
readonly unit: "percent";
|
|
1169
|
+
readonly displayMin: 0;
|
|
1170
|
+
readonly displayMax: 100;
|
|
1171
|
+
};
|
|
1172
|
+
readonly 'reverb.splice_time': {
|
|
1173
|
+
readonly block: "reverb";
|
|
1174
|
+
readonly name: "splice_time";
|
|
1175
|
+
readonly pidLow: 66;
|
|
1176
|
+
readonly pidHigh: 60;
|
|
1177
|
+
readonly unit: "ms";
|
|
1178
|
+
readonly displayMin: 10;
|
|
1179
|
+
readonly displayMax: 2000;
|
|
1180
|
+
};
|
|
1181
|
+
readonly 'reverb.pitch_modulation': {
|
|
1182
|
+
readonly block: "reverb";
|
|
1183
|
+
readonly name: "pitch_modulation";
|
|
1184
|
+
readonly pidLow: 66;
|
|
1185
|
+
readonly pidHigh: 62;
|
|
1186
|
+
readonly unit: "percent";
|
|
1187
|
+
readonly displayMin: 0;
|
|
1188
|
+
readonly displayMax: 100;
|
|
1189
|
+
};
|
|
1190
|
+
readonly 'reverb.voice_balance': {
|
|
1191
|
+
readonly block: "reverb";
|
|
1192
|
+
readonly name: "voice_balance";
|
|
1193
|
+
readonly pidLow: 66;
|
|
1194
|
+
readonly pidHigh: 63;
|
|
1195
|
+
readonly unit: "bipolar_percent";
|
|
1196
|
+
readonly displayMin: -100;
|
|
1197
|
+
readonly displayMax: 100;
|
|
1198
|
+
};
|
|
1199
|
+
readonly 'reverb.feedback': {
|
|
1200
|
+
readonly block: "reverb";
|
|
1201
|
+
readonly name: "feedback";
|
|
1202
|
+
readonly pidLow: 66;
|
|
1203
|
+
readonly pidHigh: 65;
|
|
1204
|
+
readonly unit: "percent";
|
|
1205
|
+
readonly displayMin: 0;
|
|
1206
|
+
readonly displayMax: 100;
|
|
1207
|
+
};
|
|
1208
|
+
readonly 'reverb.echo_mix': {
|
|
1209
|
+
readonly block: "reverb";
|
|
1210
|
+
readonly name: "echo_mix";
|
|
1211
|
+
readonly pidLow: 66;
|
|
1212
|
+
readonly pidHigh: 66;
|
|
1213
|
+
readonly unit: "percent";
|
|
1214
|
+
readonly displayMin: 0;
|
|
1215
|
+
readonly displayMax: 100;
|
|
1216
|
+
};
|
|
1217
|
+
readonly 'reverb.pitch_high_cut': {
|
|
1218
|
+
readonly block: "reverb";
|
|
1219
|
+
readonly name: "pitch_high_cut";
|
|
1220
|
+
readonly pidLow: 66;
|
|
1221
|
+
readonly pidHigh: 67;
|
|
1222
|
+
readonly unit: "hz";
|
|
1223
|
+
readonly displayMin: 200;
|
|
1224
|
+
readonly displayMax: 20000;
|
|
1225
|
+
};
|
|
1226
|
+
readonly 'reverb.tonetype': {
|
|
1227
|
+
readonly block: "reverb";
|
|
1228
|
+
readonly name: "tonetype";
|
|
1229
|
+
readonly pidLow: 66;
|
|
1230
|
+
readonly pidHigh: 69;
|
|
1231
|
+
readonly unit: "db";
|
|
1232
|
+
readonly displayMin: 0;
|
|
1233
|
+
readonly displayMax: 3;
|
|
1234
|
+
};
|
|
1235
|
+
readonly 'reverb.low_cut_q': {
|
|
1236
|
+
readonly block: "reverb";
|
|
1237
|
+
readonly name: "low_cut_q";
|
|
1238
|
+
readonly pidLow: 66;
|
|
1239
|
+
readonly pidHigh: 71;
|
|
1240
|
+
readonly unit: "count";
|
|
1241
|
+
readonly displayMin: 0.1;
|
|
1242
|
+
readonly displayMax: 10;
|
|
1243
|
+
readonly scaling: "log10";
|
|
1244
|
+
};
|
|
1245
|
+
readonly 'reverb.high_cut_q': {
|
|
1246
|
+
readonly block: "reverb";
|
|
1247
|
+
readonly name: "high_cut_q";
|
|
1248
|
+
readonly pidLow: 66;
|
|
1249
|
+
readonly pidHigh: 72;
|
|
1250
|
+
readonly unit: "count";
|
|
1251
|
+
readonly displayMin: 0.1;
|
|
1252
|
+
readonly displayMax: 10;
|
|
1253
|
+
readonly scaling: "log10";
|
|
1254
|
+
};
|
|
1255
|
+
readonly 'delay.mix': {
|
|
1256
|
+
readonly block: "delay";
|
|
1257
|
+
readonly name: "mix";
|
|
1258
|
+
readonly pidLow: 70;
|
|
1259
|
+
readonly pidHigh: 1;
|
|
1260
|
+
readonly unit: "percent";
|
|
1261
|
+
readonly displayMin: 0;
|
|
1262
|
+
readonly displayMax: 100;
|
|
1263
|
+
};
|
|
1264
|
+
readonly 'delay.balance': {
|
|
1265
|
+
readonly block: "delay";
|
|
1266
|
+
readonly name: "balance";
|
|
1267
|
+
readonly pidLow: 70;
|
|
1268
|
+
readonly pidHigh: 2;
|
|
1269
|
+
readonly unit: "bipolar_percent";
|
|
1270
|
+
readonly displayMin: -100;
|
|
1271
|
+
readonly displayMax: 100;
|
|
1272
|
+
};
|
|
1273
|
+
readonly 'delay.type': {
|
|
1274
|
+
readonly block: "delay";
|
|
1275
|
+
readonly name: "type";
|
|
1276
|
+
readonly pidLow: 70;
|
|
1277
|
+
readonly pidHigh: 10;
|
|
1278
|
+
readonly unit: "enum";
|
|
1279
|
+
readonly displayMin: 0;
|
|
1280
|
+
readonly displayMax: 28;
|
|
1281
|
+
readonly enumValues: Record<number, string>;
|
|
1282
|
+
};
|
|
1283
|
+
readonly 'delay.time': {
|
|
1284
|
+
readonly block: "delay";
|
|
1285
|
+
readonly name: "time";
|
|
1286
|
+
readonly pidLow: 70;
|
|
1287
|
+
readonly pidHigh: 12;
|
|
1288
|
+
readonly unit: "ms";
|
|
1289
|
+
readonly displayMin: 0;
|
|
1290
|
+
readonly displayMax: 8000;
|
|
1291
|
+
};
|
|
1292
|
+
readonly 'delay.lr_time_ratio': {
|
|
1293
|
+
readonly block: "delay";
|
|
1294
|
+
readonly name: "lr_time_ratio";
|
|
1295
|
+
readonly pidLow: 70;
|
|
1296
|
+
readonly pidHigh: 13;
|
|
1297
|
+
readonly unit: "percent";
|
|
1298
|
+
readonly displayMin: 1;
|
|
1299
|
+
readonly displayMax: 100;
|
|
1300
|
+
};
|
|
1301
|
+
readonly 'delay.feedback': {
|
|
1302
|
+
readonly block: "delay";
|
|
1303
|
+
readonly name: "feedback";
|
|
1304
|
+
readonly pidLow: 70;
|
|
1305
|
+
readonly pidHigh: 14;
|
|
1306
|
+
readonly unit: "bipolar_percent";
|
|
1307
|
+
readonly displayMin: -100;
|
|
1308
|
+
readonly displayMax: 100;
|
|
1309
|
+
};
|
|
1310
|
+
readonly 'delay.tempo_1': {
|
|
1311
|
+
readonly block: "delay";
|
|
1312
|
+
readonly name: "tempo_1";
|
|
1313
|
+
readonly pidLow: 70;
|
|
1314
|
+
readonly pidHigh: 15;
|
|
1315
|
+
readonly unit: "percent";
|
|
1316
|
+
readonly displayMin: 0;
|
|
1317
|
+
readonly displayMax: 100;
|
|
1318
|
+
};
|
|
1319
|
+
readonly 'delay.feedback_r': {
|
|
1320
|
+
readonly block: "delay";
|
|
1321
|
+
readonly name: "feedback_r";
|
|
1322
|
+
readonly pidLow: 70;
|
|
1323
|
+
readonly pidHigh: 16;
|
|
1324
|
+
readonly unit: "bipolar_percent";
|
|
1325
|
+
readonly displayMin: -100;
|
|
1326
|
+
readonly displayMax: 100;
|
|
1327
|
+
};
|
|
1328
|
+
readonly 'delay.echo_pan': {
|
|
1329
|
+
readonly block: "delay";
|
|
1330
|
+
readonly name: "echo_pan";
|
|
1331
|
+
readonly pidLow: 70;
|
|
1332
|
+
readonly pidHigh: 17;
|
|
1333
|
+
readonly unit: "bipolar_percent";
|
|
1334
|
+
readonly displayMin: -100;
|
|
1335
|
+
readonly displayMax: 100;
|
|
1336
|
+
};
|
|
1337
|
+
readonly 'delay.stereo_spread': {
|
|
1338
|
+
readonly block: "delay";
|
|
1339
|
+
readonly name: "stereo_spread";
|
|
1340
|
+
readonly pidLow: 70;
|
|
1341
|
+
readonly pidHigh: 18;
|
|
1342
|
+
readonly unit: "bipolar_percent";
|
|
1343
|
+
readonly displayMin: -100;
|
|
1344
|
+
readonly displayMax: 100;
|
|
1345
|
+
};
|
|
1346
|
+
readonly 'delay.low_cut': {
|
|
1347
|
+
readonly block: "delay";
|
|
1348
|
+
readonly name: "low_cut";
|
|
1349
|
+
readonly pidLow: 70;
|
|
1350
|
+
readonly pidHigh: 20;
|
|
1351
|
+
readonly unit: "hz";
|
|
1352
|
+
readonly displayMin: 20;
|
|
1353
|
+
readonly displayMax: 2000;
|
|
1354
|
+
};
|
|
1355
|
+
readonly 'delay.high_cut': {
|
|
1356
|
+
readonly block: "delay";
|
|
1357
|
+
readonly name: "high_cut";
|
|
1358
|
+
readonly pidLow: 70;
|
|
1359
|
+
readonly pidHigh: 21;
|
|
1360
|
+
readonly unit: "hz";
|
|
1361
|
+
readonly displayMin: 200;
|
|
1362
|
+
readonly displayMax: 20000;
|
|
1363
|
+
};
|
|
1364
|
+
readonly 'delay.mod_rate': {
|
|
1365
|
+
readonly block: "delay";
|
|
1366
|
+
readonly name: "mod_rate";
|
|
1367
|
+
readonly pidLow: 70;
|
|
1368
|
+
readonly pidHigh: 22;
|
|
1369
|
+
readonly unit: "hz";
|
|
1370
|
+
readonly displayMin: 0.1;
|
|
1371
|
+
readonly displayMax: 10;
|
|
1372
|
+
};
|
|
1373
|
+
readonly 'delay.rate': {
|
|
1374
|
+
readonly block: "delay";
|
|
1375
|
+
readonly name: "rate";
|
|
1376
|
+
readonly pidLow: 70;
|
|
1377
|
+
readonly pidHigh: 23;
|
|
1378
|
+
readonly unit: "hz";
|
|
1379
|
+
readonly displayMin: 0.2;
|
|
1380
|
+
readonly displayMax: 20;
|
|
1381
|
+
};
|
|
1382
|
+
readonly 'delay.mod_depth': {
|
|
1383
|
+
readonly block: "delay";
|
|
1384
|
+
readonly name: "mod_depth";
|
|
1385
|
+
readonly pidLow: 70;
|
|
1386
|
+
readonly pidHigh: 24;
|
|
1387
|
+
readonly unit: "percent";
|
|
1388
|
+
readonly displayMin: 0;
|
|
1389
|
+
readonly displayMax: 100;
|
|
1390
|
+
};
|
|
1391
|
+
readonly 'delay.mod_depth_depth2': {
|
|
1392
|
+
readonly block: "delay";
|
|
1393
|
+
readonly name: "mod_depth_depth2";
|
|
1394
|
+
readonly pidLow: 70;
|
|
1395
|
+
readonly pidHigh: 25;
|
|
1396
|
+
readonly unit: "percent";
|
|
1397
|
+
readonly displayMin: 0;
|
|
1398
|
+
readonly displayMax: 100;
|
|
1399
|
+
};
|
|
1400
|
+
readonly 'delay.input_gain': {
|
|
1401
|
+
readonly block: "delay";
|
|
1402
|
+
readonly name: "input_gain";
|
|
1403
|
+
readonly pidLow: 70;
|
|
1404
|
+
readonly pidHigh: 27;
|
|
1405
|
+
readonly unit: "percent";
|
|
1406
|
+
readonly displayMin: 0;
|
|
1407
|
+
readonly displayMax: 100;
|
|
1408
|
+
};
|
|
1409
|
+
readonly 'delay.time_r': {
|
|
1410
|
+
readonly block: "delay";
|
|
1411
|
+
readonly name: "time_r";
|
|
1412
|
+
readonly pidLow: 70;
|
|
1413
|
+
readonly pidHigh: 30;
|
|
1414
|
+
readonly unit: "ms";
|
|
1415
|
+
readonly displayMin: 0;
|
|
1416
|
+
readonly displayMax: 8000;
|
|
1417
|
+
};
|
|
1418
|
+
readonly 'delay.master_feedback': {
|
|
1419
|
+
readonly block: "delay";
|
|
1420
|
+
readonly name: "master_feedback";
|
|
1421
|
+
readonly pidLow: 70;
|
|
1422
|
+
readonly pidHigh: 32;
|
|
1423
|
+
readonly unit: "percent";
|
|
1424
|
+
readonly displayMin: 0;
|
|
1425
|
+
readonly displayMax: 200;
|
|
1426
|
+
};
|
|
1427
|
+
readonly 'delay.rotation': {
|
|
1428
|
+
readonly block: "delay";
|
|
1429
|
+
readonly name: "rotation";
|
|
1430
|
+
readonly pidLow: 70;
|
|
1431
|
+
readonly pidHigh: 34;
|
|
1432
|
+
readonly unit: "bipolar_percent";
|
|
1433
|
+
readonly displayMin: -100;
|
|
1434
|
+
readonly displayMax: 100;
|
|
1435
|
+
};
|
|
1436
|
+
readonly 'delay.lfo_phase': {
|
|
1437
|
+
readonly block: "delay";
|
|
1438
|
+
readonly name: "lfo_phase";
|
|
1439
|
+
readonly pidLow: 70;
|
|
1440
|
+
readonly pidHigh: 35;
|
|
1441
|
+
readonly unit: "bipolar_percent";
|
|
1442
|
+
readonly displayMin: -100;
|
|
1443
|
+
readonly displayMax: 100;
|
|
1444
|
+
};
|
|
1445
|
+
readonly 'delay.level_l': {
|
|
1446
|
+
readonly block: "delay";
|
|
1447
|
+
readonly name: "level_l";
|
|
1448
|
+
readonly pidLow: 70;
|
|
1449
|
+
readonly pidHigh: 36;
|
|
1450
|
+
readonly unit: "percent";
|
|
1451
|
+
readonly displayMin: 0;
|
|
1452
|
+
readonly displayMax: 100;
|
|
1453
|
+
};
|
|
1454
|
+
readonly 'delay.level_r': {
|
|
1455
|
+
readonly block: "delay";
|
|
1456
|
+
readonly name: "level_r";
|
|
1457
|
+
readonly pidLow: 70;
|
|
1458
|
+
readonly pidHigh: 37;
|
|
1459
|
+
readonly unit: "percent";
|
|
1460
|
+
readonly displayMin: 0;
|
|
1461
|
+
readonly displayMax: 100;
|
|
1462
|
+
};
|
|
1463
|
+
readonly 'delay.pan_l': {
|
|
1464
|
+
readonly block: "delay";
|
|
1465
|
+
readonly name: "pan_l";
|
|
1466
|
+
readonly pidLow: 70;
|
|
1467
|
+
readonly pidHigh: 38;
|
|
1468
|
+
readonly unit: "bipolar_percent";
|
|
1469
|
+
readonly displayMin: -100;
|
|
1470
|
+
readonly displayMax: 100;
|
|
1471
|
+
};
|
|
1472
|
+
readonly 'delay.pan_r': {
|
|
1473
|
+
readonly block: "delay";
|
|
1474
|
+
readonly name: "pan_r";
|
|
1475
|
+
readonly pidLow: 70;
|
|
1476
|
+
readonly pidHigh: 39;
|
|
1477
|
+
readonly unit: "bipolar_percent";
|
|
1478
|
+
readonly displayMin: -100;
|
|
1479
|
+
readonly displayMax: 100;
|
|
1480
|
+
};
|
|
1481
|
+
readonly 'delay.modulation_phase': {
|
|
1482
|
+
readonly block: "delay";
|
|
1483
|
+
readonly name: "modulation_phase";
|
|
1484
|
+
readonly pidLow: 70;
|
|
1485
|
+
readonly pidHigh: 40;
|
|
1486
|
+
readonly unit: "degrees";
|
|
1487
|
+
readonly displayMin: 0;
|
|
1488
|
+
readonly displayMax: 180;
|
|
1489
|
+
};
|
|
1490
|
+
readonly 'delay.lfo_phase_2': {
|
|
1491
|
+
readonly block: "delay";
|
|
1492
|
+
readonly name: "lfo_phase_2";
|
|
1493
|
+
readonly pidLow: 70;
|
|
1494
|
+
readonly pidHigh: 41;
|
|
1495
|
+
readonly unit: "degrees";
|
|
1496
|
+
readonly displayMin: 0;
|
|
1497
|
+
readonly displayMax: 180;
|
|
1498
|
+
};
|
|
1499
|
+
readonly 'delay.crossfade_time': {
|
|
1500
|
+
readonly block: "delay";
|
|
1501
|
+
readonly name: "crossfade_time";
|
|
1502
|
+
readonly pidLow: 70;
|
|
1503
|
+
readonly pidHigh: 42;
|
|
1504
|
+
readonly unit: "ms";
|
|
1505
|
+
readonly displayMin: 1;
|
|
1506
|
+
readonly displayMax: 255;
|
|
1507
|
+
};
|
|
1508
|
+
readonly 'delay.ducking': {
|
|
1509
|
+
readonly block: "delay";
|
|
1510
|
+
readonly name: "ducking";
|
|
1511
|
+
readonly pidLow: 70;
|
|
1512
|
+
readonly pidHigh: 46;
|
|
1513
|
+
readonly unit: "db";
|
|
1514
|
+
readonly displayMin: 0;
|
|
1515
|
+
readonly displayMax: 80;
|
|
1516
|
+
};
|
|
1517
|
+
readonly 'delay.ducker_threshold': {
|
|
1518
|
+
readonly block: "delay";
|
|
1519
|
+
readonly name: "ducker_threshold";
|
|
1520
|
+
readonly pidLow: 70;
|
|
1521
|
+
readonly pidHigh: 47;
|
|
1522
|
+
readonly unit: "db";
|
|
1523
|
+
readonly displayMin: -80;
|
|
1524
|
+
readonly displayMax: 20;
|
|
1525
|
+
};
|
|
1526
|
+
readonly 'delay.ducker_release': {
|
|
1527
|
+
readonly block: "delay";
|
|
1528
|
+
readonly name: "ducker_release";
|
|
1529
|
+
readonly pidLow: 70;
|
|
1530
|
+
readonly pidHigh: 48;
|
|
1531
|
+
readonly unit: "ms";
|
|
1532
|
+
readonly displayMin: 1;
|
|
1533
|
+
readonly displayMax: 1000;
|
|
1534
|
+
readonly scaling: "log10";
|
|
1535
|
+
};
|
|
1536
|
+
readonly 'delay.diffusor': {
|
|
1537
|
+
readonly block: "delay";
|
|
1538
|
+
readonly name: "diffusor";
|
|
1539
|
+
readonly pidLow: 70;
|
|
1540
|
+
readonly pidHigh: 49;
|
|
1541
|
+
readonly unit: "percent";
|
|
1542
|
+
readonly displayMin: 0;
|
|
1543
|
+
readonly displayMax: 100;
|
|
1544
|
+
};
|
|
1545
|
+
readonly 'delay.diffusion_time': {
|
|
1546
|
+
readonly block: "delay";
|
|
1547
|
+
readonly name: "diffusion_time";
|
|
1548
|
+
readonly pidLow: 70;
|
|
1549
|
+
readonly pidHigh: 50;
|
|
1550
|
+
readonly unit: "percent";
|
|
1551
|
+
readonly displayMin: 1;
|
|
1552
|
+
readonly displayMax: 100;
|
|
1553
|
+
};
|
|
1554
|
+
readonly 'delay.sweep_rate': {
|
|
1555
|
+
readonly block: "delay";
|
|
1556
|
+
readonly name: "sweep_rate";
|
|
1557
|
+
readonly pidLow: 70;
|
|
1558
|
+
readonly pidHigh: 56;
|
|
1559
|
+
readonly unit: "hz";
|
|
1560
|
+
readonly displayMin: 0.1;
|
|
1561
|
+
readonly displayMax: 10;
|
|
1562
|
+
};
|
|
1563
|
+
readonly 'delay.sweep_phase': {
|
|
1564
|
+
readonly block: "delay";
|
|
1565
|
+
readonly name: "sweep_phase";
|
|
1566
|
+
readonly pidLow: 70;
|
|
1567
|
+
readonly pidHigh: 58;
|
|
1568
|
+
readonly unit: "degrees";
|
|
1569
|
+
readonly displayMin: 0;
|
|
1570
|
+
readonly displayMax: 180;
|
|
1571
|
+
};
|
|
1572
|
+
readonly 'delay.sweep_start_freq': {
|
|
1573
|
+
readonly block: "delay";
|
|
1574
|
+
readonly name: "sweep_start_freq";
|
|
1575
|
+
readonly pidLow: 70;
|
|
1576
|
+
readonly pidHigh: 60;
|
|
1577
|
+
readonly unit: "hz";
|
|
1578
|
+
readonly displayMin: 100;
|
|
1579
|
+
readonly displayMax: 1000;
|
|
1580
|
+
};
|
|
1581
|
+
readonly 'delay.sweep_stop_freq': {
|
|
1582
|
+
readonly block: "delay";
|
|
1583
|
+
readonly name: "sweep_stop_freq";
|
|
1584
|
+
readonly pidLow: 70;
|
|
1585
|
+
readonly pidHigh: 61;
|
|
1586
|
+
readonly unit: "hz";
|
|
1587
|
+
readonly displayMin: 500;
|
|
1588
|
+
readonly displayMax: 5000;
|
|
1589
|
+
};
|
|
1590
|
+
readonly 'delay.sweep_resonance': {
|
|
1591
|
+
readonly block: "delay";
|
|
1592
|
+
readonly name: "sweep_resonance";
|
|
1593
|
+
readonly pidLow: 70;
|
|
1594
|
+
readonly pidHigh: 62;
|
|
1595
|
+
readonly unit: "count";
|
|
1596
|
+
readonly displayMin: 0.2;
|
|
1597
|
+
readonly displayMax: 20;
|
|
1598
|
+
readonly scaling: "log10";
|
|
1599
|
+
};
|
|
1600
|
+
readonly 'delay.eq_q_high_low': {
|
|
1601
|
+
readonly block: "delay";
|
|
1602
|
+
readonly name: "eq_q_high_low";
|
|
1603
|
+
readonly pidLow: 70;
|
|
1604
|
+
readonly pidHigh: 63;
|
|
1605
|
+
readonly unit: "count";
|
|
1606
|
+
readonly displayMin: 0.1;
|
|
1607
|
+
readonly displayMax: 10;
|
|
1608
|
+
readonly scaling: "log10";
|
|
1609
|
+
};
|
|
1610
|
+
readonly 'delay.bit_reduction': {
|
|
1611
|
+
readonly block: "delay";
|
|
1612
|
+
readonly name: "bit_reduction";
|
|
1613
|
+
readonly pidLow: 70;
|
|
1614
|
+
readonly pidHigh: 64;
|
|
1615
|
+
readonly unit: "count";
|
|
1616
|
+
readonly displayMin: 0;
|
|
1617
|
+
readonly displayMax: 24;
|
|
1618
|
+
};
|
|
1619
|
+
readonly 'delay.eq_freq_1': {
|
|
1620
|
+
readonly block: "delay";
|
|
1621
|
+
readonly name: "eq_freq_1";
|
|
1622
|
+
readonly pidLow: 70;
|
|
1623
|
+
readonly pidHigh: 65;
|
|
1624
|
+
readonly unit: "hz";
|
|
1625
|
+
readonly displayMin: 20;
|
|
1626
|
+
readonly displayMax: 2000;
|
|
1627
|
+
};
|
|
1628
|
+
readonly 'delay.eq_freq_2': {
|
|
1629
|
+
readonly block: "delay";
|
|
1630
|
+
readonly name: "eq_freq_2";
|
|
1631
|
+
readonly pidLow: 70;
|
|
1632
|
+
readonly pidHigh: 66;
|
|
1633
|
+
readonly unit: "hz";
|
|
1634
|
+
readonly displayMin: 100;
|
|
1635
|
+
readonly displayMax: 10000;
|
|
1636
|
+
};
|
|
1637
|
+
readonly 'delay.eq_q_1': {
|
|
1638
|
+
readonly block: "delay";
|
|
1639
|
+
readonly name: "eq_q_1";
|
|
1640
|
+
readonly pidLow: 70;
|
|
1641
|
+
readonly pidHigh: 67;
|
|
1642
|
+
readonly unit: "count";
|
|
1643
|
+
readonly displayMin: 0.1;
|
|
1644
|
+
readonly displayMax: 10;
|
|
1645
|
+
readonly scaling: "log10";
|
|
1646
|
+
};
|
|
1647
|
+
readonly 'delay.eq_q_2': {
|
|
1648
|
+
readonly block: "delay";
|
|
1649
|
+
readonly name: "eq_q_2";
|
|
1650
|
+
readonly pidLow: 70;
|
|
1651
|
+
readonly pidHigh: 68;
|
|
1652
|
+
readonly unit: "count";
|
|
1653
|
+
readonly displayMin: 0.1;
|
|
1654
|
+
readonly displayMax: 10;
|
|
1655
|
+
readonly scaling: "log10";
|
|
1656
|
+
};
|
|
1657
|
+
readonly 'delay.eq_gain_1': {
|
|
1658
|
+
readonly block: "delay";
|
|
1659
|
+
readonly name: "eq_gain_1";
|
|
1660
|
+
readonly pidLow: 70;
|
|
1661
|
+
readonly pidHigh: 69;
|
|
1662
|
+
readonly unit: "db";
|
|
1663
|
+
readonly displayMin: -12;
|
|
1664
|
+
readonly displayMax: 12;
|
|
1665
|
+
};
|
|
1666
|
+
readonly 'delay.eq_gain_2': {
|
|
1667
|
+
readonly block: "delay";
|
|
1668
|
+
readonly name: "eq_gain_2";
|
|
1669
|
+
readonly pidLow: 70;
|
|
1670
|
+
readonly pidHigh: 70;
|
|
1671
|
+
readonly unit: "db";
|
|
1672
|
+
readonly displayMin: -12;
|
|
1673
|
+
readonly displayMax: 12;
|
|
1674
|
+
};
|
|
1675
|
+
readonly 'delay.motor_speed': {
|
|
1676
|
+
readonly block: "delay";
|
|
1677
|
+
readonly name: "motor_speed";
|
|
1678
|
+
readonly pidLow: 70;
|
|
1679
|
+
readonly pidHigh: 72;
|
|
1680
|
+
readonly unit: "count";
|
|
1681
|
+
readonly displayMin: 0.5;
|
|
1682
|
+
readonly displayMax: 2;
|
|
1683
|
+
readonly scaling: "log10";
|
|
1684
|
+
};
|
|
1685
|
+
readonly 'delay.right_post_delay': {
|
|
1686
|
+
readonly block: "delay";
|
|
1687
|
+
readonly name: "right_post_delay";
|
|
1688
|
+
readonly pidLow: 70;
|
|
1689
|
+
readonly pidHigh: 73;
|
|
1690
|
+
readonly unit: "ms";
|
|
1691
|
+
readonly displayMin: 0;
|
|
1692
|
+
readonly displayMax: 100;
|
|
1693
|
+
};
|
|
1694
|
+
readonly 'delay.compander_time': {
|
|
1695
|
+
readonly block: "delay";
|
|
1696
|
+
readonly name: "compander_time";
|
|
1697
|
+
readonly pidLow: 70;
|
|
1698
|
+
readonly pidHigh: 76;
|
|
1699
|
+
readonly unit: "ms";
|
|
1700
|
+
readonly displayMin: 1;
|
|
1701
|
+
readonly displayMax: 100;
|
|
1702
|
+
readonly scaling: "log10";
|
|
1703
|
+
};
|
|
1704
|
+
readonly 'delay.compander_threshold': {
|
|
1705
|
+
readonly block: "delay";
|
|
1706
|
+
readonly name: "compander_threshold";
|
|
1707
|
+
readonly pidLow: 70;
|
|
1708
|
+
readonly pidHigh: 77;
|
|
1709
|
+
readonly unit: "db";
|
|
1710
|
+
readonly displayMin: -100;
|
|
1711
|
+
readonly displayMax: -20;
|
|
1712
|
+
};
|
|
1713
|
+
readonly 'delay.master_time': {
|
|
1714
|
+
readonly block: "delay";
|
|
1715
|
+
readonly name: "master_time";
|
|
1716
|
+
readonly pidLow: 70;
|
|
1717
|
+
readonly pidHigh: 78;
|
|
1718
|
+
readonly unit: "percent";
|
|
1719
|
+
readonly displayMin: 25;
|
|
1720
|
+
readonly displayMax: 400;
|
|
1721
|
+
};
|
|
1722
|
+
readonly 'delay.lfo_rate': {
|
|
1723
|
+
readonly block: "delay";
|
|
1724
|
+
readonly name: "lfo_rate";
|
|
1725
|
+
readonly pidLow: 70;
|
|
1726
|
+
readonly pidHigh: 79;
|
|
1727
|
+
readonly unit: "hz";
|
|
1728
|
+
readonly displayMin: 0.1;
|
|
1729
|
+
readonly displayMax: 10;
|
|
1730
|
+
};
|
|
1731
|
+
readonly 'delay.lfo_depth': {
|
|
1732
|
+
readonly block: "delay";
|
|
1733
|
+
readonly name: "lfo_depth";
|
|
1734
|
+
readonly pidLow: 70;
|
|
1735
|
+
readonly pidHigh: 80;
|
|
1736
|
+
readonly unit: "percent";
|
|
1737
|
+
readonly displayMin: 0;
|
|
1738
|
+
readonly displayMax: 100;
|
|
1739
|
+
};
|
|
1740
|
+
readonly 'delay.pan_rate': {
|
|
1741
|
+
readonly block: "delay";
|
|
1742
|
+
readonly name: "pan_rate";
|
|
1743
|
+
readonly pidLow: 70;
|
|
1744
|
+
readonly pidHigh: 82;
|
|
1745
|
+
readonly unit: "hz";
|
|
1746
|
+
readonly displayMin: 0.1;
|
|
1747
|
+
readonly displayMax: 10;
|
|
1748
|
+
};
|
|
1749
|
+
readonly 'delay.pan_depth': {
|
|
1750
|
+
readonly block: "delay";
|
|
1751
|
+
readonly name: "pan_depth";
|
|
1752
|
+
readonly pidLow: 70;
|
|
1753
|
+
readonly pidHigh: 84;
|
|
1754
|
+
readonly unit: "percent";
|
|
1755
|
+
readonly displayMin: 0;
|
|
1756
|
+
readonly displayMax: 100;
|
|
1757
|
+
};
|
|
1758
|
+
readonly 'delay.lfo_phase_4': {
|
|
1759
|
+
readonly block: "delay";
|
|
1760
|
+
readonly name: "lfo_phase_4";
|
|
1761
|
+
readonly pidLow: 70;
|
|
1762
|
+
readonly pidHigh: 85;
|
|
1763
|
+
readonly unit: "degrees";
|
|
1764
|
+
readonly displayMin: 0;
|
|
1765
|
+
readonly displayMax: 180;
|
|
1766
|
+
};
|
|
1767
|
+
readonly 'delay.stack_feedback': {
|
|
1768
|
+
readonly block: "delay";
|
|
1769
|
+
readonly name: "stack_feedback";
|
|
1770
|
+
readonly pidLow: 70;
|
|
1771
|
+
readonly pidHigh: 87;
|
|
1772
|
+
readonly unit: "percent";
|
|
1773
|
+
readonly displayMin: 0;
|
|
1774
|
+
readonly displayMax: 100;
|
|
1775
|
+
};
|
|
1776
|
+
readonly 'delay.hold_feedback': {
|
|
1777
|
+
readonly block: "delay";
|
|
1778
|
+
readonly name: "hold_feedback";
|
|
1779
|
+
readonly pidLow: 70;
|
|
1780
|
+
readonly pidHigh: 88;
|
|
1781
|
+
readonly unit: "percent";
|
|
1782
|
+
readonly displayMin: 0;
|
|
1783
|
+
readonly displayMax: 100;
|
|
1784
|
+
};
|
|
1785
|
+
readonly 'chorus.mix': {
|
|
1786
|
+
readonly block: "chorus";
|
|
1787
|
+
readonly name: "mix";
|
|
1788
|
+
readonly pidLow: 78;
|
|
1789
|
+
readonly pidHigh: 1;
|
|
1790
|
+
readonly unit: "percent";
|
|
1791
|
+
readonly displayMin: 0;
|
|
1792
|
+
readonly displayMax: 100;
|
|
1793
|
+
};
|
|
1794
|
+
readonly 'chorus.balance': {
|
|
1795
|
+
readonly block: "chorus";
|
|
1796
|
+
readonly name: "balance";
|
|
1797
|
+
readonly pidLow: 78;
|
|
1798
|
+
readonly pidHigh: 2;
|
|
1799
|
+
readonly unit: "bipolar_percent";
|
|
1800
|
+
readonly displayMin: -100;
|
|
1801
|
+
readonly displayMax: 100;
|
|
1802
|
+
};
|
|
1803
|
+
readonly 'chorus.type': {
|
|
1804
|
+
readonly block: "chorus";
|
|
1805
|
+
readonly name: "type";
|
|
1806
|
+
readonly pidLow: 78;
|
|
1807
|
+
readonly pidHigh: 10;
|
|
1808
|
+
readonly unit: "enum";
|
|
1809
|
+
readonly displayMin: 0;
|
|
1810
|
+
readonly displayMax: 19;
|
|
1811
|
+
readonly enumValues: Record<number, string>;
|
|
1812
|
+
};
|
|
1813
|
+
readonly 'chorus.number_of_voices': {
|
|
1814
|
+
readonly block: "chorus";
|
|
1815
|
+
readonly name: "number_of_voices";
|
|
1816
|
+
readonly pidLow: 78;
|
|
1817
|
+
readonly pidHigh: 11;
|
|
1818
|
+
readonly unit: "count";
|
|
1819
|
+
readonly displayMin: 1;
|
|
1820
|
+
readonly displayMax: 4;
|
|
1821
|
+
};
|
|
1822
|
+
readonly 'chorus.rate': {
|
|
1823
|
+
readonly block: "chorus";
|
|
1824
|
+
readonly name: "rate";
|
|
1825
|
+
readonly pidLow: 78;
|
|
1826
|
+
readonly pidHigh: 12;
|
|
1827
|
+
readonly unit: "hz";
|
|
1828
|
+
readonly displayMin: 0.1;
|
|
1829
|
+
readonly displayMax: 10;
|
|
1830
|
+
};
|
|
1831
|
+
readonly 'chorus.depth': {
|
|
1832
|
+
readonly block: "chorus";
|
|
1833
|
+
readonly name: "depth";
|
|
1834
|
+
readonly pidLow: 78;
|
|
1835
|
+
readonly pidHigh: 14;
|
|
1836
|
+
readonly unit: "percent";
|
|
1837
|
+
readonly displayMin: 0;
|
|
1838
|
+
readonly displayMax: 100;
|
|
1839
|
+
};
|
|
1840
|
+
readonly 'chorus.high_cut': {
|
|
1841
|
+
readonly block: "chorus";
|
|
1842
|
+
readonly name: "high_cut";
|
|
1843
|
+
readonly pidLow: 78;
|
|
1844
|
+
readonly pidHigh: 15;
|
|
1845
|
+
readonly unit: "hz";
|
|
1846
|
+
readonly displayMin: 200;
|
|
1847
|
+
readonly displayMax: 20000;
|
|
1848
|
+
};
|
|
1849
|
+
readonly 'chorus.lfo_phase_pct': {
|
|
1850
|
+
readonly block: "chorus";
|
|
1851
|
+
readonly name: "lfo_phase_pct";
|
|
1852
|
+
readonly pidLow: 78;
|
|
1853
|
+
readonly pidHigh: 21;
|
|
1854
|
+
readonly unit: "percent";
|
|
1855
|
+
readonly displayMin: 0;
|
|
1856
|
+
readonly displayMax: 100;
|
|
1857
|
+
};
|
|
1858
|
+
readonly 'chorus.lfo_rate': {
|
|
1859
|
+
readonly block: "chorus";
|
|
1860
|
+
readonly name: "lfo_rate";
|
|
1861
|
+
readonly pidLow: 78;
|
|
1862
|
+
readonly pidHigh: 22;
|
|
1863
|
+
readonly unit: "hz";
|
|
1864
|
+
readonly displayMin: 0.1;
|
|
1865
|
+
readonly displayMax: 10;
|
|
1866
|
+
};
|
|
1867
|
+
readonly 'chorus.width': {
|
|
1868
|
+
readonly block: "chorus";
|
|
1869
|
+
readonly name: "width";
|
|
1870
|
+
readonly pidLow: 78;
|
|
1871
|
+
readonly pidHigh: 23;
|
|
1872
|
+
readonly unit: "percent";
|
|
1873
|
+
readonly displayMin: 0;
|
|
1874
|
+
readonly displayMax: 100;
|
|
1875
|
+
};
|
|
1876
|
+
readonly 'chorus.drive': {
|
|
1877
|
+
readonly block: "chorus";
|
|
1878
|
+
readonly name: "drive";
|
|
1879
|
+
readonly pidLow: 78;
|
|
1880
|
+
readonly pidHigh: 24;
|
|
1881
|
+
readonly unit: "knob_0_10";
|
|
1882
|
+
readonly displayMin: 0.5;
|
|
1883
|
+
readonly displayMax: 500;
|
|
1884
|
+
readonly scaling: "log10";
|
|
1885
|
+
};
|
|
1886
|
+
readonly 'chorus.lfo_freq': {
|
|
1887
|
+
readonly block: "chorus";
|
|
1888
|
+
readonly name: "lfo_freq";
|
|
1889
|
+
readonly pidLow: 78;
|
|
1890
|
+
readonly pidHigh: 25;
|
|
1891
|
+
readonly unit: "hz";
|
|
1892
|
+
readonly displayMin: 20;
|
|
1893
|
+
readonly displayMax: 2000;
|
|
1894
|
+
};
|
|
1895
|
+
readonly 'chorus.lfo_depth_2': {
|
|
1896
|
+
readonly block: "chorus";
|
|
1897
|
+
readonly name: "lfo_depth_2";
|
|
1898
|
+
readonly pidLow: 78;
|
|
1899
|
+
readonly pidHigh: 26;
|
|
1900
|
+
readonly unit: "bipolar_percent";
|
|
1901
|
+
readonly displayMin: -200;
|
|
1902
|
+
readonly displayMax: 200;
|
|
1903
|
+
};
|
|
1904
|
+
readonly 'chorus.left_depth': {
|
|
1905
|
+
readonly block: "chorus";
|
|
1906
|
+
readonly name: "left_depth";
|
|
1907
|
+
readonly pidLow: 78;
|
|
1908
|
+
readonly pidHigh: 28;
|
|
1909
|
+
readonly unit: "percent";
|
|
1910
|
+
readonly displayMin: 0;
|
|
1911
|
+
readonly displayMax: 100;
|
|
1912
|
+
};
|
|
1913
|
+
readonly 'chorus.center_depth': {
|
|
1914
|
+
readonly block: "chorus";
|
|
1915
|
+
readonly name: "center_depth";
|
|
1916
|
+
readonly pidLow: 78;
|
|
1917
|
+
readonly pidHigh: 29;
|
|
1918
|
+
readonly unit: "percent";
|
|
1919
|
+
readonly displayMin: 0;
|
|
1920
|
+
readonly displayMax: 100;
|
|
1921
|
+
};
|
|
1922
|
+
readonly 'chorus.right_depth': {
|
|
1923
|
+
readonly block: "chorus";
|
|
1924
|
+
readonly name: "right_depth";
|
|
1925
|
+
readonly pidLow: 78;
|
|
1926
|
+
readonly pidHigh: 30;
|
|
1927
|
+
readonly unit: "percent";
|
|
1928
|
+
readonly displayMin: 0;
|
|
1929
|
+
readonly displayMax: 100;
|
|
1930
|
+
};
|
|
1931
|
+
readonly 'flanger.mix': {
|
|
1932
|
+
readonly block: "flanger";
|
|
1933
|
+
readonly name: "mix";
|
|
1934
|
+
readonly pidLow: 82;
|
|
1935
|
+
readonly pidHigh: 1;
|
|
1936
|
+
readonly unit: "percent";
|
|
1937
|
+
readonly displayMin: 0;
|
|
1938
|
+
readonly displayMax: 100;
|
|
1939
|
+
};
|
|
1940
|
+
readonly 'flanger.balance': {
|
|
1941
|
+
readonly block: "flanger";
|
|
1942
|
+
readonly name: "balance";
|
|
1943
|
+
readonly pidLow: 82;
|
|
1944
|
+
readonly pidHigh: 2;
|
|
1945
|
+
readonly unit: "bipolar_percent";
|
|
1946
|
+
readonly displayMin: -100;
|
|
1947
|
+
readonly displayMax: 100;
|
|
1948
|
+
};
|
|
1949
|
+
readonly 'flanger.type': {
|
|
1950
|
+
readonly block: "flanger";
|
|
1951
|
+
readonly name: "type";
|
|
1952
|
+
readonly pidLow: 82;
|
|
1953
|
+
readonly pidHigh: 10;
|
|
1954
|
+
readonly unit: "enum";
|
|
1955
|
+
readonly displayMin: 0;
|
|
1956
|
+
readonly displayMax: 31;
|
|
1957
|
+
readonly enumValues: Record<number, string>;
|
|
1958
|
+
};
|
|
1959
|
+
readonly 'flanger.rate': {
|
|
1960
|
+
readonly block: "flanger";
|
|
1961
|
+
readonly name: "rate";
|
|
1962
|
+
readonly pidLow: 82;
|
|
1963
|
+
readonly pidHigh: 11;
|
|
1964
|
+
readonly unit: "hz";
|
|
1965
|
+
readonly displayMin: 0.05;
|
|
1966
|
+
readonly displayMax: 10;
|
|
1967
|
+
};
|
|
1968
|
+
readonly 'flanger.depth': {
|
|
1969
|
+
readonly block: "flanger";
|
|
1970
|
+
readonly name: "depth";
|
|
1971
|
+
readonly pidLow: 82;
|
|
1972
|
+
readonly pidHigh: 13;
|
|
1973
|
+
readonly unit: "percent";
|
|
1974
|
+
readonly displayMin: 0;
|
|
1975
|
+
readonly displayMax: 100;
|
|
1976
|
+
};
|
|
1977
|
+
readonly 'flanger.feedback': {
|
|
1978
|
+
readonly block: "flanger";
|
|
1979
|
+
readonly name: "feedback";
|
|
1980
|
+
readonly pidLow: 82;
|
|
1981
|
+
readonly pidHigh: 14;
|
|
1982
|
+
readonly unit: "bipolar_percent";
|
|
1983
|
+
readonly displayMin: -99;
|
|
1984
|
+
readonly displayMax: 99;
|
|
1985
|
+
};
|
|
1986
|
+
readonly 'flanger.dry_delay': {
|
|
1987
|
+
readonly block: "flanger";
|
|
1988
|
+
readonly name: "dry_delay";
|
|
1989
|
+
readonly pidLow: 82;
|
|
1990
|
+
readonly pidHigh: 16;
|
|
1991
|
+
readonly unit: "percent";
|
|
1992
|
+
readonly displayMin: 0;
|
|
1993
|
+
readonly displayMax: 100;
|
|
1994
|
+
};
|
|
1995
|
+
readonly 'flanger.smooth_steps': {
|
|
1996
|
+
readonly block: "flanger";
|
|
1997
|
+
readonly name: "smooth_steps";
|
|
1998
|
+
readonly pidLow: 82;
|
|
1999
|
+
readonly pidHigh: 19;
|
|
2000
|
+
readonly unit: "count";
|
|
2001
|
+
readonly displayMin: 0.5;
|
|
2002
|
+
readonly displayMax: 50;
|
|
2003
|
+
};
|
|
2004
|
+
readonly 'flanger.high_cut': {
|
|
2005
|
+
readonly block: "flanger";
|
|
2006
|
+
readonly name: "high_cut";
|
|
2007
|
+
readonly pidLow: 82;
|
|
2008
|
+
readonly pidHigh: 23;
|
|
2009
|
+
readonly unit: "hz";
|
|
2010
|
+
readonly displayMin: 200;
|
|
2011
|
+
readonly displayMax: 20000;
|
|
2012
|
+
};
|
|
2013
|
+
readonly 'flanger.drive': {
|
|
2014
|
+
readonly block: "flanger";
|
|
2015
|
+
readonly name: "drive";
|
|
2016
|
+
readonly pidLow: 82;
|
|
2017
|
+
readonly pidHigh: 24;
|
|
2018
|
+
readonly unit: "knob_0_10";
|
|
2019
|
+
readonly displayMin: 0;
|
|
2020
|
+
readonly displayMax: 10;
|
|
2021
|
+
readonly scaling: "log10";
|
|
2022
|
+
};
|
|
2023
|
+
readonly 'flanger.low_cut': {
|
|
2024
|
+
readonly block: "flanger";
|
|
2025
|
+
readonly name: "low_cut";
|
|
2026
|
+
readonly pidLow: 82;
|
|
2027
|
+
readonly pidHigh: 25;
|
|
2028
|
+
readonly unit: "hz";
|
|
2029
|
+
readonly displayMin: 20;
|
|
2030
|
+
readonly displayMax: 2000;
|
|
2031
|
+
};
|
|
2032
|
+
readonly 'flanger.stereo_spread': {
|
|
2033
|
+
readonly block: "flanger";
|
|
2034
|
+
readonly name: "stereo_spread";
|
|
2035
|
+
readonly pidLow: 82;
|
|
2036
|
+
readonly pidHigh: 26;
|
|
2037
|
+
readonly unit: "percent";
|
|
2038
|
+
readonly displayMin: 0;
|
|
2039
|
+
readonly displayMax: 100;
|
|
2040
|
+
};
|
|
2041
|
+
readonly 'flanger.bass_focus': {
|
|
2042
|
+
readonly block: "flanger";
|
|
2043
|
+
readonly name: "bass_focus";
|
|
2044
|
+
readonly pidLow: 82;
|
|
2045
|
+
readonly pidHigh: 30;
|
|
2046
|
+
readonly unit: "knob_0_10";
|
|
2047
|
+
readonly displayMin: 0;
|
|
2048
|
+
readonly displayMax: 10;
|
|
2049
|
+
readonly scaling: "log10";
|
|
2050
|
+
};
|
|
2051
|
+
readonly 'flanger.min_time': {
|
|
2052
|
+
readonly block: "flanger";
|
|
2053
|
+
readonly name: "min_time";
|
|
2054
|
+
readonly pidLow: 82;
|
|
2055
|
+
readonly pidHigh: 32;
|
|
2056
|
+
readonly unit: "ms";
|
|
2057
|
+
readonly displayMin: 0;
|
|
2058
|
+
readonly displayMax: 2;
|
|
2059
|
+
};
|
|
2060
|
+
readonly 'flanger.max_time': {
|
|
2061
|
+
readonly block: "flanger";
|
|
2062
|
+
readonly name: "max_time";
|
|
2063
|
+
readonly pidLow: 82;
|
|
2064
|
+
readonly pidHigh: 33;
|
|
2065
|
+
readonly unit: "ms";
|
|
2066
|
+
readonly displayMin: 0;
|
|
2067
|
+
readonly displayMax: 20;
|
|
2068
|
+
};
|
|
2069
|
+
readonly 'flanger.vpo_exponent': {
|
|
2070
|
+
readonly block: "flanger";
|
|
2071
|
+
readonly name: "vpo_exponent";
|
|
2072
|
+
readonly pidLow: 82;
|
|
2073
|
+
readonly pidHigh: 35;
|
|
2074
|
+
readonly unit: "count";
|
|
2075
|
+
readonly displayMin: 0.01;
|
|
2076
|
+
readonly displayMax: 100;
|
|
2077
|
+
readonly scaling: "log10";
|
|
2078
|
+
};
|
|
2079
|
+
readonly 'phaser.mix': {
|
|
2080
|
+
readonly block: "phaser";
|
|
2081
|
+
readonly name: "mix";
|
|
2082
|
+
readonly pidLow: 90;
|
|
2083
|
+
readonly pidHigh: 1;
|
|
2084
|
+
readonly unit: "percent";
|
|
2085
|
+
readonly displayMin: 0;
|
|
2086
|
+
readonly displayMax: 100;
|
|
2087
|
+
};
|
|
2088
|
+
readonly 'phaser.balance': {
|
|
2089
|
+
readonly block: "phaser";
|
|
2090
|
+
readonly name: "balance";
|
|
2091
|
+
readonly pidLow: 90;
|
|
2092
|
+
readonly pidHigh: 2;
|
|
2093
|
+
readonly unit: "bipolar_percent";
|
|
2094
|
+
readonly displayMin: -100;
|
|
2095
|
+
readonly displayMax: 100;
|
|
2096
|
+
};
|
|
2097
|
+
readonly 'phaser.type': {
|
|
2098
|
+
readonly block: "phaser";
|
|
2099
|
+
readonly name: "type";
|
|
2100
|
+
readonly pidLow: 90;
|
|
2101
|
+
readonly pidHigh: 10;
|
|
2102
|
+
readonly unit: "enum";
|
|
2103
|
+
readonly displayMin: 0;
|
|
2104
|
+
readonly displayMax: 16;
|
|
2105
|
+
readonly enumValues: Record<number, string>;
|
|
2106
|
+
};
|
|
2107
|
+
readonly 'phaser.rate': {
|
|
2108
|
+
readonly block: "phaser";
|
|
2109
|
+
readonly name: "rate";
|
|
2110
|
+
readonly pidLow: 90;
|
|
2111
|
+
readonly pidHigh: 12;
|
|
2112
|
+
readonly unit: "hz";
|
|
2113
|
+
readonly displayMin: 0.1;
|
|
2114
|
+
readonly displayMax: 10;
|
|
2115
|
+
};
|
|
2116
|
+
readonly 'phaser.feedback': {
|
|
2117
|
+
readonly block: "phaser";
|
|
2118
|
+
readonly name: "feedback";
|
|
2119
|
+
readonly pidLow: 90;
|
|
2120
|
+
readonly pidHigh: 16;
|
|
2121
|
+
readonly unit: "bipolar_percent";
|
|
2122
|
+
readonly displayMin: -90;
|
|
2123
|
+
readonly displayMax: 90;
|
|
2124
|
+
};
|
|
2125
|
+
readonly 'phaser.min_frequency': {
|
|
2126
|
+
readonly block: "phaser";
|
|
2127
|
+
readonly name: "min_frequency";
|
|
2128
|
+
readonly pidLow: 90;
|
|
2129
|
+
readonly pidHigh: 17;
|
|
2130
|
+
readonly unit: "hz";
|
|
2131
|
+
readonly displayMin: 5;
|
|
2132
|
+
readonly displayMax: 500;
|
|
2133
|
+
};
|
|
2134
|
+
readonly 'phaser.max_frequency': {
|
|
2135
|
+
readonly block: "phaser";
|
|
2136
|
+
readonly name: "max_frequency";
|
|
2137
|
+
readonly pidLow: 90;
|
|
2138
|
+
readonly pidHigh: 18;
|
|
2139
|
+
readonly unit: "hz";
|
|
2140
|
+
readonly displayMin: 200;
|
|
2141
|
+
readonly displayMax: 20000;
|
|
2142
|
+
};
|
|
2143
|
+
readonly 'phaser.bias': {
|
|
2144
|
+
readonly block: "phaser";
|
|
2145
|
+
readonly name: "bias";
|
|
2146
|
+
readonly pidLow: 90;
|
|
2147
|
+
readonly pidHigh: 20;
|
|
2148
|
+
readonly unit: "bipolar_percent";
|
|
2149
|
+
readonly displayMin: -100;
|
|
2150
|
+
readonly displayMax: 100;
|
|
2151
|
+
};
|
|
2152
|
+
readonly 'phaser.feedback_point': {
|
|
2153
|
+
readonly block: "phaser";
|
|
2154
|
+
readonly name: "feedback_point";
|
|
2155
|
+
readonly pidLow: 90;
|
|
2156
|
+
readonly pidHigh: 22;
|
|
2157
|
+
readonly unit: "count";
|
|
2158
|
+
readonly displayMin: 0;
|
|
2159
|
+
readonly displayMax: 11;
|
|
2160
|
+
};
|
|
2161
|
+
readonly 'phaser.q': {
|
|
2162
|
+
readonly block: "phaser";
|
|
2163
|
+
readonly name: "q";
|
|
2164
|
+
readonly pidLow: 90;
|
|
2165
|
+
readonly pidHigh: 25;
|
|
2166
|
+
readonly unit: "count";
|
|
2167
|
+
readonly displayMin: 0.1;
|
|
2168
|
+
readonly displayMax: 10;
|
|
2169
|
+
readonly scaling: "log10";
|
|
2170
|
+
};
|
|
2171
|
+
readonly 'phaser.shape_vcrk': {
|
|
2172
|
+
readonly block: "phaser";
|
|
2173
|
+
readonly name: "shape_vcrk";
|
|
2174
|
+
readonly pidLow: 90;
|
|
2175
|
+
readonly pidHigh: 29;
|
|
2176
|
+
readonly unit: "count";
|
|
2177
|
+
readonly displayMin: 0.1;
|
|
2178
|
+
readonly displayMax: 10;
|
|
2179
|
+
readonly scaling: "log10";
|
|
2180
|
+
};
|
|
2181
|
+
readonly 'phaser.shape': {
|
|
2182
|
+
readonly block: "phaser";
|
|
2183
|
+
readonly name: "shape";
|
|
2184
|
+
readonly pidLow: 90;
|
|
2185
|
+
readonly pidHigh: 30;
|
|
2186
|
+
readonly unit: "count";
|
|
2187
|
+
readonly displayMin: 0.01;
|
|
2188
|
+
readonly displayMax: 0.99;
|
|
2189
|
+
};
|
|
2190
|
+
readonly 'phaser.high_cut': {
|
|
2191
|
+
readonly block: "phaser";
|
|
2192
|
+
readonly name: "high_cut";
|
|
2193
|
+
readonly pidLow: 90;
|
|
2194
|
+
readonly pidHigh: 31;
|
|
2195
|
+
readonly unit: "count";
|
|
2196
|
+
readonly displayMin: 0.5;
|
|
2197
|
+
readonly displayMax: 50;
|
|
2198
|
+
};
|
|
2199
|
+
readonly 'phaser.attack': {
|
|
2200
|
+
readonly block: "phaser";
|
|
2201
|
+
readonly name: "attack";
|
|
2202
|
+
readonly pidLow: 90;
|
|
2203
|
+
readonly pidHigh: 32;
|
|
2204
|
+
readonly unit: "ms";
|
|
2205
|
+
readonly displayMin: 0;
|
|
2206
|
+
readonly displayMax: 1000;
|
|
2207
|
+
readonly scaling: "log10";
|
|
2208
|
+
};
|
|
2209
|
+
readonly 'phaser.release': {
|
|
2210
|
+
readonly block: "phaser";
|
|
2211
|
+
readonly name: "release";
|
|
2212
|
+
readonly pidLow: 90;
|
|
2213
|
+
readonly pidHigh: 33;
|
|
2214
|
+
readonly unit: "ms";
|
|
2215
|
+
readonly displayMin: 0;
|
|
2216
|
+
readonly displayMax: 100;
|
|
2217
|
+
readonly scaling: "log10";
|
|
2218
|
+
};
|
|
2219
|
+
readonly 'phaser.low_cut': {
|
|
2220
|
+
readonly block: "phaser";
|
|
2221
|
+
readonly name: "low_cut";
|
|
2222
|
+
readonly pidLow: 90;
|
|
2223
|
+
readonly pidHigh: 35;
|
|
2224
|
+
readonly unit: "hz";
|
|
2225
|
+
readonly displayMin: 20;
|
|
2226
|
+
readonly displayMax: 200;
|
|
2227
|
+
};
|
|
2228
|
+
readonly 'phaser.high_cut_lpf': {
|
|
2229
|
+
readonly block: "phaser";
|
|
2230
|
+
readonly name: "high_cut_lpf";
|
|
2231
|
+
readonly pidLow: 90;
|
|
2232
|
+
readonly pidHigh: 36;
|
|
2233
|
+
readonly unit: "hz";
|
|
2234
|
+
readonly displayMin: 2000;
|
|
2235
|
+
readonly displayMax: 20000;
|
|
2236
|
+
};
|
|
2237
|
+
readonly 'wah.mix': {
|
|
2238
|
+
readonly block: "wah";
|
|
2239
|
+
readonly name: "mix";
|
|
2240
|
+
readonly pidLow: 94;
|
|
2241
|
+
readonly pidHigh: 1;
|
|
2242
|
+
readonly unit: "percent";
|
|
2243
|
+
readonly displayMin: 0;
|
|
2244
|
+
readonly displayMax: 100;
|
|
2245
|
+
};
|
|
2246
|
+
readonly 'wah.balance': {
|
|
2247
|
+
readonly block: "wah";
|
|
2248
|
+
readonly name: "balance";
|
|
2249
|
+
readonly pidLow: 94;
|
|
2250
|
+
readonly pidHigh: 2;
|
|
2251
|
+
readonly unit: "bipolar_percent";
|
|
2252
|
+
readonly displayMin: -100;
|
|
2253
|
+
readonly displayMax: 100;
|
|
2254
|
+
};
|
|
2255
|
+
readonly 'wah.type': {
|
|
2256
|
+
readonly block: "wah";
|
|
2257
|
+
readonly name: "type";
|
|
2258
|
+
readonly pidLow: 94;
|
|
2259
|
+
readonly pidHigh: 10;
|
|
2260
|
+
readonly unit: "enum";
|
|
2261
|
+
readonly displayMin: 0;
|
|
2262
|
+
readonly displayMax: 8;
|
|
2263
|
+
readonly enumValues: Record<number, string>;
|
|
2264
|
+
};
|
|
2265
|
+
readonly 'wah.min_frequency': {
|
|
2266
|
+
readonly block: "wah";
|
|
2267
|
+
readonly name: "min_frequency";
|
|
2268
|
+
readonly pidLow: 94;
|
|
2269
|
+
readonly pidHigh: 11;
|
|
2270
|
+
readonly unit: "hz";
|
|
2271
|
+
readonly displayMin: 100;
|
|
2272
|
+
readonly displayMax: 1000;
|
|
2273
|
+
};
|
|
2274
|
+
readonly 'wah.max_frequency': {
|
|
2275
|
+
readonly block: "wah";
|
|
2276
|
+
readonly name: "max_frequency";
|
|
2277
|
+
readonly pidLow: 94;
|
|
2278
|
+
readonly pidHigh: 12;
|
|
2279
|
+
readonly unit: "hz";
|
|
2280
|
+
readonly displayMin: 500;
|
|
2281
|
+
readonly displayMax: 5000;
|
|
2282
|
+
};
|
|
2283
|
+
readonly 'wah.q_resonance': {
|
|
2284
|
+
readonly block: "wah";
|
|
2285
|
+
readonly name: "q_resonance";
|
|
2286
|
+
readonly pidLow: 94;
|
|
2287
|
+
readonly pidHigh: 13;
|
|
2288
|
+
readonly unit: "knob_0_10";
|
|
2289
|
+
readonly displayMin: 0;
|
|
2290
|
+
readonly displayMax: 10;
|
|
2291
|
+
readonly scaling: "log10";
|
|
2292
|
+
};
|
|
2293
|
+
readonly 'wah.q_tracking': {
|
|
2294
|
+
readonly block: "wah";
|
|
2295
|
+
readonly name: "q_tracking";
|
|
2296
|
+
readonly pidLow: 94;
|
|
2297
|
+
readonly pidHigh: 14;
|
|
2298
|
+
readonly unit: "knob_0_10";
|
|
2299
|
+
readonly displayMin: 0;
|
|
2300
|
+
readonly displayMax: 10;
|
|
2301
|
+
};
|
|
2302
|
+
readonly 'wah.wah_control': {
|
|
2303
|
+
readonly block: "wah";
|
|
2304
|
+
readonly name: "wah_control";
|
|
2305
|
+
readonly pidLow: 94;
|
|
2306
|
+
readonly pidHigh: 15;
|
|
2307
|
+
readonly unit: "knob_0_10";
|
|
2308
|
+
readonly displayMin: 0;
|
|
2309
|
+
readonly displayMax: 10;
|
|
2310
|
+
};
|
|
2311
|
+
readonly 'wah.fat': {
|
|
2312
|
+
readonly block: "wah";
|
|
2313
|
+
readonly name: "fat";
|
|
2314
|
+
readonly pidLow: 94;
|
|
2315
|
+
readonly pidHigh: 16;
|
|
2316
|
+
readonly unit: "knob_0_10";
|
|
2317
|
+
readonly displayMin: 0;
|
|
2318
|
+
readonly displayMax: 10;
|
|
2319
|
+
};
|
|
2320
|
+
readonly 'wah.drive': {
|
|
2321
|
+
readonly block: "wah";
|
|
2322
|
+
readonly name: "drive";
|
|
2323
|
+
readonly pidLow: 94;
|
|
2324
|
+
readonly pidHigh: 17;
|
|
2325
|
+
readonly unit: "knob_0_10";
|
|
2326
|
+
readonly displayMin: 0;
|
|
2327
|
+
readonly displayMax: 10;
|
|
2328
|
+
readonly scaling: "log10";
|
|
2329
|
+
};
|
|
2330
|
+
readonly 'wah.inductor_bias': {
|
|
2331
|
+
readonly block: "wah";
|
|
2332
|
+
readonly name: "inductor_bias";
|
|
2333
|
+
readonly pidLow: 94;
|
|
2334
|
+
readonly pidHigh: 19;
|
|
2335
|
+
readonly unit: "knob_0_10";
|
|
2336
|
+
readonly displayMin: 0;
|
|
2337
|
+
readonly displayMax: 10;
|
|
2338
|
+
};
|
|
2339
|
+
readonly 'wah.low_cut_frequency': {
|
|
2340
|
+
readonly block: "wah";
|
|
2341
|
+
readonly name: "low_cut_frequency";
|
|
2342
|
+
readonly pidLow: 94;
|
|
2343
|
+
readonly pidHigh: 20;
|
|
2344
|
+
readonly unit: "hz";
|
|
2345
|
+
readonly displayMin: 20;
|
|
2346
|
+
readonly displayMax: 2000;
|
|
2347
|
+
};
|
|
2348
|
+
readonly 'wah.graphic_eq_band_1': {
|
|
2349
|
+
readonly block: "wah";
|
|
2350
|
+
readonly name: "graphic_eq_band_1";
|
|
2351
|
+
readonly pidLow: 94;
|
|
2352
|
+
readonly pidHigh: 22;
|
|
2353
|
+
readonly unit: "db";
|
|
2354
|
+
readonly displayMin: -12;
|
|
2355
|
+
readonly displayMax: 12;
|
|
2356
|
+
};
|
|
2357
|
+
readonly 'wah.graphic_eq_band_2': {
|
|
2358
|
+
readonly block: "wah";
|
|
2359
|
+
readonly name: "graphic_eq_band_2";
|
|
2360
|
+
readonly pidLow: 94;
|
|
2361
|
+
readonly pidHigh: 23;
|
|
2362
|
+
readonly unit: "db";
|
|
2363
|
+
readonly displayMin: -12;
|
|
2364
|
+
readonly displayMax: 12;
|
|
2365
|
+
};
|
|
2366
|
+
readonly 'wah.graphic_eq_band_3': {
|
|
2367
|
+
readonly block: "wah";
|
|
2368
|
+
readonly name: "graphic_eq_band_3";
|
|
2369
|
+
readonly pidLow: 94;
|
|
2370
|
+
readonly pidHigh: 24;
|
|
2371
|
+
readonly unit: "db";
|
|
2372
|
+
readonly displayMin: -12;
|
|
2373
|
+
readonly displayMax: 12;
|
|
2374
|
+
};
|
|
2375
|
+
readonly 'wah.graphic_eq_band_4': {
|
|
2376
|
+
readonly block: "wah";
|
|
2377
|
+
readonly name: "graphic_eq_band_4";
|
|
2378
|
+
readonly pidLow: 94;
|
|
2379
|
+
readonly pidHigh: 25;
|
|
2380
|
+
readonly unit: "db";
|
|
2381
|
+
readonly displayMin: -12;
|
|
2382
|
+
readonly displayMax: 12;
|
|
2383
|
+
};
|
|
2384
|
+
readonly 'wah.graphic_eq_band_5': {
|
|
2385
|
+
readonly block: "wah";
|
|
2386
|
+
readonly name: "graphic_eq_band_5";
|
|
2387
|
+
readonly pidLow: 94;
|
|
2388
|
+
readonly pidHigh: 26;
|
|
2389
|
+
readonly unit: "db";
|
|
2390
|
+
readonly displayMin: -12;
|
|
2391
|
+
readonly displayMax: 12;
|
|
2392
|
+
};
|
|
2393
|
+
readonly 'wah.graphic_eq_band_6': {
|
|
2394
|
+
readonly block: "wah";
|
|
2395
|
+
readonly name: "graphic_eq_band_6";
|
|
2396
|
+
readonly pidLow: 94;
|
|
2397
|
+
readonly pidHigh: 27;
|
|
2398
|
+
readonly unit: "db";
|
|
2399
|
+
readonly displayMin: -12;
|
|
2400
|
+
readonly displayMax: 12;
|
|
2401
|
+
};
|
|
2402
|
+
readonly 'wah.graphic_eq_band_7': {
|
|
2403
|
+
readonly block: "wah";
|
|
2404
|
+
readonly name: "graphic_eq_band_7";
|
|
2405
|
+
readonly pidLow: 94;
|
|
2406
|
+
readonly pidHigh: 28;
|
|
2407
|
+
readonly unit: "db";
|
|
2408
|
+
readonly displayMin: -12;
|
|
2409
|
+
readonly displayMax: 12;
|
|
2410
|
+
};
|
|
2411
|
+
readonly 'wah.graphic_eq_band_8': {
|
|
2412
|
+
readonly block: "wah";
|
|
2413
|
+
readonly name: "graphic_eq_band_8";
|
|
2414
|
+
readonly pidLow: 94;
|
|
2415
|
+
readonly pidHigh: 29;
|
|
2416
|
+
readonly unit: "db";
|
|
2417
|
+
readonly displayMin: -12;
|
|
2418
|
+
readonly displayMax: 12;
|
|
2419
|
+
};
|
|
2420
|
+
readonly 'compressor.mix': {
|
|
2421
|
+
readonly block: "compressor";
|
|
2422
|
+
readonly name: "mix";
|
|
2423
|
+
readonly pidLow: 46;
|
|
2424
|
+
readonly pidHigh: 1;
|
|
2425
|
+
readonly unit: "percent";
|
|
2426
|
+
readonly displayMin: 0;
|
|
2427
|
+
readonly displayMax: 100;
|
|
2428
|
+
};
|
|
2429
|
+
readonly 'compressor.balance': {
|
|
2430
|
+
readonly block: "compressor";
|
|
2431
|
+
readonly name: "balance";
|
|
2432
|
+
readonly pidLow: 46;
|
|
2433
|
+
readonly pidHigh: 2;
|
|
2434
|
+
readonly unit: "bipolar_percent";
|
|
2435
|
+
readonly displayMin: -100;
|
|
2436
|
+
readonly displayMax: 100;
|
|
2437
|
+
};
|
|
2438
|
+
readonly 'compressor.threshold': {
|
|
2439
|
+
readonly block: "compressor";
|
|
2440
|
+
readonly name: "threshold";
|
|
2441
|
+
readonly pidLow: 46;
|
|
2442
|
+
readonly pidHigh: 10;
|
|
2443
|
+
readonly unit: "db";
|
|
2444
|
+
readonly displayMin: -60;
|
|
2445
|
+
readonly displayMax: 20;
|
|
2446
|
+
};
|
|
2447
|
+
readonly 'compressor.ratio': {
|
|
2448
|
+
readonly block: "compressor";
|
|
2449
|
+
readonly name: "ratio";
|
|
2450
|
+
readonly pidLow: 46;
|
|
2451
|
+
readonly pidHigh: 11;
|
|
2452
|
+
readonly unit: "ratio";
|
|
2453
|
+
readonly displayMin: 1;
|
|
2454
|
+
readonly displayMax: 20;
|
|
2455
|
+
readonly scaling: "log10";
|
|
2456
|
+
};
|
|
2457
|
+
readonly 'compressor.attack': {
|
|
2458
|
+
readonly block: "compressor";
|
|
2459
|
+
readonly name: "attack";
|
|
2460
|
+
readonly pidLow: 46;
|
|
2461
|
+
readonly pidHigh: 12;
|
|
2462
|
+
readonly unit: "ms";
|
|
2463
|
+
readonly displayMin: 0.1;
|
|
2464
|
+
readonly displayMax: 100;
|
|
2465
|
+
readonly scaling: "log10";
|
|
2466
|
+
};
|
|
2467
|
+
readonly 'compressor.release': {
|
|
2468
|
+
readonly block: "compressor";
|
|
2469
|
+
readonly name: "release";
|
|
2470
|
+
readonly pidLow: 46;
|
|
2471
|
+
readonly pidHigh: 13;
|
|
2472
|
+
readonly unit: "ms";
|
|
2473
|
+
readonly displayMin: 2;
|
|
2474
|
+
readonly displayMax: 2000;
|
|
2475
|
+
readonly scaling: "log10";
|
|
2476
|
+
};
|
|
2477
|
+
readonly 'compressor.sidechain_low_cut': {
|
|
2478
|
+
readonly block: "compressor";
|
|
2479
|
+
readonly name: "sidechain_low_cut";
|
|
2480
|
+
readonly pidLow: 46;
|
|
2481
|
+
readonly pidHigh: 17;
|
|
2482
|
+
readonly unit: "hz";
|
|
2483
|
+
readonly displayMin: 20;
|
|
2484
|
+
readonly displayMax: 2000;
|
|
2485
|
+
};
|
|
2486
|
+
readonly 'compressor.type': {
|
|
2487
|
+
readonly block: "compressor";
|
|
2488
|
+
readonly name: "type";
|
|
2489
|
+
readonly pidLow: 46;
|
|
2490
|
+
readonly pidHigh: 19;
|
|
2491
|
+
readonly unit: "enum";
|
|
2492
|
+
readonly displayMin: 0;
|
|
2493
|
+
readonly displayMax: 18;
|
|
2494
|
+
readonly enumValues: Record<number, string>;
|
|
2495
|
+
};
|
|
2496
|
+
readonly 'compressor.compression': {
|
|
2497
|
+
readonly block: "compressor";
|
|
2498
|
+
readonly name: "compression";
|
|
2499
|
+
readonly pidLow: 46;
|
|
2500
|
+
readonly pidHigh: 20;
|
|
2501
|
+
readonly unit: "knob_0_10";
|
|
2502
|
+
readonly displayMin: 0;
|
|
2503
|
+
readonly displayMax: 10;
|
|
2504
|
+
};
|
|
2505
|
+
readonly 'compressor.look_ahead_time': {
|
|
2506
|
+
readonly block: "compressor";
|
|
2507
|
+
readonly name: "look_ahead_time";
|
|
2508
|
+
readonly pidLow: 46;
|
|
2509
|
+
readonly pidHigh: 21;
|
|
2510
|
+
readonly unit: "ms";
|
|
2511
|
+
readonly displayMin: 0;
|
|
2512
|
+
readonly displayMax: 2;
|
|
2513
|
+
};
|
|
2514
|
+
readonly 'compressor.emphasis': {
|
|
2515
|
+
readonly block: "compressor";
|
|
2516
|
+
readonly name: "emphasis";
|
|
2517
|
+
readonly pidLow: 46;
|
|
2518
|
+
readonly pidHigh: 23;
|
|
2519
|
+
readonly unit: "knob_0_20";
|
|
2520
|
+
readonly displayMin: 0;
|
|
2521
|
+
readonly displayMax: 20;
|
|
2522
|
+
};
|
|
2523
|
+
readonly 'compressor.dynamics': {
|
|
2524
|
+
readonly block: "compressor";
|
|
2525
|
+
readonly name: "dynamics";
|
|
2526
|
+
readonly pidLow: 46;
|
|
2527
|
+
readonly pidHigh: 24;
|
|
2528
|
+
readonly unit: "knob_0_10";
|
|
2529
|
+
readonly displayMin: 0;
|
|
2530
|
+
readonly displayMax: 10;
|
|
2531
|
+
};
|
|
2532
|
+
readonly 'compressor.sidechain_high_cut': {
|
|
2533
|
+
readonly block: "compressor";
|
|
2534
|
+
readonly name: "sidechain_high_cut";
|
|
2535
|
+
readonly pidLow: 46;
|
|
2536
|
+
readonly pidHigh: 26;
|
|
2537
|
+
readonly unit: "hz";
|
|
2538
|
+
readonly displayMin: 200;
|
|
2539
|
+
readonly displayMax: 20000;
|
|
2540
|
+
};
|
|
2541
|
+
readonly 'compressor.sidechain_gain': {
|
|
2542
|
+
readonly block: "compressor";
|
|
2543
|
+
readonly name: "sidechain_gain";
|
|
2544
|
+
readonly pidLow: 46;
|
|
2545
|
+
readonly pidHigh: 27;
|
|
2546
|
+
readonly unit: "db";
|
|
2547
|
+
readonly displayMin: -12;
|
|
2548
|
+
readonly displayMax: 12;
|
|
2549
|
+
};
|
|
2550
|
+
readonly 'compressor.sidechain_frequency': {
|
|
2551
|
+
readonly block: "compressor";
|
|
2552
|
+
readonly name: "sidechain_frequency";
|
|
2553
|
+
readonly pidLow: 46;
|
|
2554
|
+
readonly pidHigh: 28;
|
|
2555
|
+
readonly unit: "hz";
|
|
2556
|
+
readonly displayMin: 100;
|
|
2557
|
+
readonly displayMax: 10000;
|
|
2558
|
+
};
|
|
2559
|
+
readonly 'compressor.sidechain_q': {
|
|
2560
|
+
readonly block: "compressor";
|
|
2561
|
+
readonly name: "sidechain_q";
|
|
2562
|
+
readonly pidLow: 46;
|
|
2563
|
+
readonly pidHigh: 29;
|
|
2564
|
+
readonly unit: "count";
|
|
2565
|
+
readonly displayMin: 0.1;
|
|
2566
|
+
readonly displayMax: 10;
|
|
2567
|
+
readonly scaling: "log10";
|
|
2568
|
+
};
|
|
2569
|
+
readonly 'compressor.threshold_thresh2': {
|
|
2570
|
+
readonly block: "compressor";
|
|
2571
|
+
readonly name: "threshold_thresh2";
|
|
2572
|
+
readonly pidLow: 46;
|
|
2573
|
+
readonly pidHigh: 33;
|
|
2574
|
+
readonly unit: "db";
|
|
2575
|
+
readonly displayMin: -60;
|
|
2576
|
+
readonly displayMax: 20;
|
|
2577
|
+
};
|
|
2578
|
+
readonly 'compressor.ratio_compansion': {
|
|
2579
|
+
readonly block: "compressor";
|
|
2580
|
+
readonly name: "ratio_compansion";
|
|
2581
|
+
readonly pidLow: 46;
|
|
2582
|
+
readonly pidHigh: 36;
|
|
2583
|
+
readonly unit: "ratio";
|
|
2584
|
+
readonly displayMin: 1;
|
|
2585
|
+
readonly displayMax: 10;
|
|
2586
|
+
readonly scaling: "log10";
|
|
2587
|
+
};
|
|
2588
|
+
readonly 'compressor.time': {
|
|
2589
|
+
readonly block: "compressor";
|
|
2590
|
+
readonly name: "time";
|
|
2591
|
+
readonly pidLow: 46;
|
|
2592
|
+
readonly pidHigh: 37;
|
|
2593
|
+
readonly unit: "ms";
|
|
2594
|
+
readonly displayMin: 0;
|
|
2595
|
+
readonly displayMax: 1000;
|
|
2596
|
+
readonly scaling: "log10";
|
|
2597
|
+
};
|
|
2598
|
+
readonly 'compressor.transients': {
|
|
2599
|
+
readonly block: "compressor";
|
|
2600
|
+
readonly name: "transients";
|
|
2601
|
+
readonly pidLow: 46;
|
|
2602
|
+
readonly pidHigh: 38;
|
|
2603
|
+
readonly unit: "knob_0_10";
|
|
2604
|
+
readonly displayMin: 0;
|
|
2605
|
+
readonly displayMax: 10;
|
|
2606
|
+
};
|
|
2607
|
+
readonly 'compressor.sidechain_emphasis_freq': {
|
|
2608
|
+
readonly block: "compressor";
|
|
2609
|
+
readonly name: "sidechain_emphasis_freq";
|
|
2610
|
+
readonly pidLow: 46;
|
|
2611
|
+
readonly pidHigh: 39;
|
|
2612
|
+
readonly unit: "hz";
|
|
2613
|
+
readonly displayMin: 100;
|
|
2614
|
+
readonly displayMax: 10000;
|
|
2615
|
+
};
|
|
2616
|
+
readonly 'compressor.tone': {
|
|
2617
|
+
readonly block: "compressor";
|
|
2618
|
+
readonly name: "tone";
|
|
2619
|
+
readonly pidLow: 46;
|
|
2620
|
+
readonly pidHigh: 40;
|
|
2621
|
+
readonly unit: "knob_0_10";
|
|
2622
|
+
readonly displayMin: 0;
|
|
2623
|
+
readonly displayMax: 10;
|
|
2624
|
+
};
|
|
2625
|
+
readonly 'compressor.drive': {
|
|
2626
|
+
readonly block: "compressor";
|
|
2627
|
+
readonly name: "drive";
|
|
2628
|
+
readonly pidLow: 46;
|
|
2629
|
+
readonly pidHigh: 41;
|
|
2630
|
+
readonly unit: "knob_0_10";
|
|
2631
|
+
readonly displayMin: 0;
|
|
2632
|
+
readonly displayMax: 10;
|
|
2633
|
+
};
|
|
2634
|
+
readonly 'geq.mix': {
|
|
2635
|
+
readonly block: "geq";
|
|
2636
|
+
readonly name: "mix";
|
|
2637
|
+
readonly pidLow: 50;
|
|
2638
|
+
readonly pidHigh: 1;
|
|
2639
|
+
readonly unit: "percent";
|
|
2640
|
+
readonly displayMin: 0;
|
|
2641
|
+
readonly displayMax: 100;
|
|
2642
|
+
};
|
|
2643
|
+
readonly 'geq.balance': {
|
|
2644
|
+
readonly block: "geq";
|
|
2645
|
+
readonly name: "balance";
|
|
2646
|
+
readonly pidLow: 50;
|
|
2647
|
+
readonly pidHigh: 2;
|
|
2648
|
+
readonly unit: "bipolar_percent";
|
|
2649
|
+
readonly displayMin: -100;
|
|
2650
|
+
readonly displayMax: 100;
|
|
2651
|
+
};
|
|
2652
|
+
readonly 'geq.band_1': {
|
|
2653
|
+
readonly block: "geq";
|
|
2654
|
+
readonly name: "band_1";
|
|
2655
|
+
readonly pidLow: 50;
|
|
2656
|
+
readonly pidHigh: 10;
|
|
2657
|
+
readonly unit: "db";
|
|
2658
|
+
readonly displayMin: -12;
|
|
2659
|
+
readonly displayMax: 12;
|
|
2660
|
+
};
|
|
2661
|
+
readonly 'geq.band_2': {
|
|
2662
|
+
readonly block: "geq";
|
|
2663
|
+
readonly name: "band_2";
|
|
2664
|
+
readonly pidLow: 50;
|
|
2665
|
+
readonly pidHigh: 11;
|
|
2666
|
+
readonly unit: "db";
|
|
2667
|
+
readonly displayMin: -12;
|
|
2668
|
+
readonly displayMax: 12;
|
|
2669
|
+
};
|
|
2670
|
+
readonly 'geq.band_3': {
|
|
2671
|
+
readonly block: "geq";
|
|
2672
|
+
readonly name: "band_3";
|
|
2673
|
+
readonly pidLow: 50;
|
|
2674
|
+
readonly pidHigh: 12;
|
|
2675
|
+
readonly unit: "db";
|
|
2676
|
+
readonly displayMin: -12;
|
|
2677
|
+
readonly displayMax: 12;
|
|
2678
|
+
};
|
|
2679
|
+
readonly 'geq.band_4': {
|
|
2680
|
+
readonly block: "geq";
|
|
2681
|
+
readonly name: "band_4";
|
|
2682
|
+
readonly pidLow: 50;
|
|
2683
|
+
readonly pidHigh: 13;
|
|
2684
|
+
readonly unit: "db";
|
|
2685
|
+
readonly displayMin: -12;
|
|
2686
|
+
readonly displayMax: 12;
|
|
2687
|
+
};
|
|
2688
|
+
readonly 'geq.band_5': {
|
|
2689
|
+
readonly block: "geq";
|
|
2690
|
+
readonly name: "band_5";
|
|
2691
|
+
readonly pidLow: 50;
|
|
2692
|
+
readonly pidHigh: 14;
|
|
2693
|
+
readonly unit: "db";
|
|
2694
|
+
readonly displayMin: -12;
|
|
2695
|
+
readonly displayMax: 12;
|
|
2696
|
+
};
|
|
2697
|
+
readonly 'geq.band_6': {
|
|
2698
|
+
readonly block: "geq";
|
|
2699
|
+
readonly name: "band_6";
|
|
2700
|
+
readonly pidLow: 50;
|
|
2701
|
+
readonly pidHigh: 15;
|
|
2702
|
+
readonly unit: "db";
|
|
2703
|
+
readonly displayMin: -12;
|
|
2704
|
+
readonly displayMax: 12;
|
|
2705
|
+
};
|
|
2706
|
+
readonly 'geq.band_7': {
|
|
2707
|
+
readonly block: "geq";
|
|
2708
|
+
readonly name: "band_7";
|
|
2709
|
+
readonly pidLow: 50;
|
|
2710
|
+
readonly pidHigh: 16;
|
|
2711
|
+
readonly unit: "db";
|
|
2712
|
+
readonly displayMin: -12;
|
|
2713
|
+
readonly displayMax: 12;
|
|
2714
|
+
};
|
|
2715
|
+
readonly 'geq.band_8': {
|
|
2716
|
+
readonly block: "geq";
|
|
2717
|
+
readonly name: "band_8";
|
|
2718
|
+
readonly pidLow: 50;
|
|
2719
|
+
readonly pidHigh: 17;
|
|
2720
|
+
readonly unit: "db";
|
|
2721
|
+
readonly displayMin: -12;
|
|
2722
|
+
readonly displayMax: 12;
|
|
2723
|
+
};
|
|
2724
|
+
readonly 'geq.band_9': {
|
|
2725
|
+
readonly block: "geq";
|
|
2726
|
+
readonly name: "band_9";
|
|
2727
|
+
readonly pidLow: 50;
|
|
2728
|
+
readonly pidHigh: 18;
|
|
2729
|
+
readonly unit: "db";
|
|
2730
|
+
readonly displayMin: -12;
|
|
2731
|
+
readonly displayMax: 12;
|
|
2732
|
+
};
|
|
2733
|
+
readonly 'geq.band_10': {
|
|
2734
|
+
readonly block: "geq";
|
|
2735
|
+
readonly name: "band_10";
|
|
2736
|
+
readonly pidLow: 50;
|
|
2737
|
+
readonly pidHigh: 19;
|
|
2738
|
+
readonly unit: "db";
|
|
2739
|
+
readonly displayMin: -12;
|
|
2740
|
+
readonly displayMax: 12;
|
|
2741
|
+
};
|
|
2742
|
+
readonly 'geq.type': {
|
|
2743
|
+
readonly block: "geq";
|
|
2744
|
+
readonly name: "type";
|
|
2745
|
+
readonly pidLow: 50;
|
|
2746
|
+
readonly pidHigh: 20;
|
|
2747
|
+
readonly unit: "enum";
|
|
2748
|
+
readonly displayMin: 0;
|
|
2749
|
+
readonly displayMax: 17;
|
|
2750
|
+
readonly enumValues: Record<number, string>;
|
|
2751
|
+
};
|
|
2752
|
+
readonly 'geq.master_q': {
|
|
2753
|
+
readonly block: "geq";
|
|
2754
|
+
readonly name: "master_q";
|
|
2755
|
+
readonly pidLow: 50;
|
|
2756
|
+
readonly pidHigh: 21;
|
|
2757
|
+
readonly unit: "count";
|
|
2758
|
+
readonly displayMin: 0.1;
|
|
2759
|
+
readonly displayMax: 10;
|
|
2760
|
+
readonly scaling: "log10";
|
|
2761
|
+
};
|
|
2762
|
+
readonly 'filter.mix': {
|
|
2763
|
+
readonly block: "filter";
|
|
2764
|
+
readonly name: "mix";
|
|
2765
|
+
readonly pidLow: 114;
|
|
2766
|
+
readonly pidHigh: 1;
|
|
2767
|
+
readonly unit: "percent";
|
|
2768
|
+
readonly displayMin: 0;
|
|
2769
|
+
readonly displayMax: 100;
|
|
2770
|
+
};
|
|
2771
|
+
readonly 'filter.balance': {
|
|
2772
|
+
readonly block: "filter";
|
|
2773
|
+
readonly name: "balance";
|
|
2774
|
+
readonly pidLow: 114;
|
|
2775
|
+
readonly pidHigh: 2;
|
|
2776
|
+
readonly unit: "bipolar_percent";
|
|
2777
|
+
readonly displayMin: -100;
|
|
2778
|
+
readonly displayMax: 100;
|
|
2779
|
+
};
|
|
2780
|
+
readonly 'filter.type': {
|
|
2781
|
+
readonly block: "filter";
|
|
2782
|
+
readonly name: "type";
|
|
2783
|
+
readonly pidLow: 114;
|
|
2784
|
+
readonly pidHigh: 10;
|
|
2785
|
+
readonly unit: "enum";
|
|
2786
|
+
readonly displayMin: 0;
|
|
2787
|
+
readonly displayMax: 17;
|
|
2788
|
+
readonly enumValues: Record<number, string>;
|
|
2789
|
+
};
|
|
2790
|
+
readonly 'filter.freq': {
|
|
2791
|
+
readonly block: "filter";
|
|
2792
|
+
readonly name: "freq";
|
|
2793
|
+
readonly pidLow: 114;
|
|
2794
|
+
readonly pidHigh: 11;
|
|
2795
|
+
readonly unit: "hz";
|
|
2796
|
+
readonly displayMin: 20;
|
|
2797
|
+
readonly displayMax: 20000;
|
|
2798
|
+
};
|
|
2799
|
+
readonly 'filter.q': {
|
|
2800
|
+
readonly block: "filter";
|
|
2801
|
+
readonly name: "q";
|
|
2802
|
+
readonly pidLow: 114;
|
|
2803
|
+
readonly pidHigh: 12;
|
|
2804
|
+
readonly unit: "count";
|
|
2805
|
+
readonly displayMin: 0.1;
|
|
2806
|
+
readonly displayMax: 10;
|
|
2807
|
+
readonly scaling: "log10";
|
|
2808
|
+
};
|
|
2809
|
+
readonly 'filter.gain': {
|
|
2810
|
+
readonly block: "filter";
|
|
2811
|
+
readonly name: "gain";
|
|
2812
|
+
readonly pidLow: 114;
|
|
2813
|
+
readonly pidHigh: 13;
|
|
2814
|
+
readonly unit: "db";
|
|
2815
|
+
readonly displayMin: -20;
|
|
2816
|
+
readonly displayMax: 20;
|
|
2817
|
+
};
|
|
2818
|
+
readonly 'filter.pan_left': {
|
|
2819
|
+
readonly block: "filter";
|
|
2820
|
+
readonly name: "pan_left";
|
|
2821
|
+
readonly pidLow: 114;
|
|
2822
|
+
readonly pidHigh: 15;
|
|
2823
|
+
readonly unit: "percent";
|
|
2824
|
+
readonly displayMin: 0;
|
|
2825
|
+
readonly displayMax: 100;
|
|
2826
|
+
};
|
|
2827
|
+
readonly 'filter.pan_right': {
|
|
2828
|
+
readonly block: "filter";
|
|
2829
|
+
readonly name: "pan_right";
|
|
2830
|
+
readonly pidLow: 114;
|
|
2831
|
+
readonly pidHigh: 16;
|
|
2832
|
+
readonly unit: "percent";
|
|
2833
|
+
readonly displayMin: 0;
|
|
2834
|
+
readonly displayMax: 100;
|
|
2835
|
+
};
|
|
2836
|
+
readonly 'filter.low_cut': {
|
|
2837
|
+
readonly block: "filter";
|
|
2838
|
+
readonly name: "low_cut";
|
|
2839
|
+
readonly pidLow: 114;
|
|
2840
|
+
readonly pidHigh: 18;
|
|
2841
|
+
readonly unit: "hz";
|
|
2842
|
+
readonly displayMin: 20;
|
|
2843
|
+
readonly displayMax: 2000;
|
|
2844
|
+
};
|
|
2845
|
+
readonly 'filter.high_cut': {
|
|
2846
|
+
readonly block: "filter";
|
|
2847
|
+
readonly name: "high_cut";
|
|
2848
|
+
readonly pidLow: 114;
|
|
2849
|
+
readonly pidHigh: 19;
|
|
2850
|
+
readonly unit: "hz";
|
|
2851
|
+
readonly displayMin: 200;
|
|
2852
|
+
readonly displayMax: 20000;
|
|
2853
|
+
};
|
|
2854
|
+
readonly 'filter.delay_time': {
|
|
2855
|
+
readonly block: "filter";
|
|
2856
|
+
readonly name: "delay_time";
|
|
2857
|
+
readonly pidLow: 114;
|
|
2858
|
+
readonly pidHigh: 20;
|
|
2859
|
+
readonly unit: "ms";
|
|
2860
|
+
readonly displayMin: 0;
|
|
2861
|
+
readonly displayMax: 40;
|
|
2862
|
+
};
|
|
2863
|
+
readonly 'filter.feedback': {
|
|
2864
|
+
readonly block: "filter";
|
|
2865
|
+
readonly name: "feedback";
|
|
2866
|
+
readonly pidLow: 114;
|
|
2867
|
+
readonly pidHigh: 21;
|
|
2868
|
+
readonly unit: "bipolar_percent";
|
|
2869
|
+
readonly displayMin: -100;
|
|
2870
|
+
readonly displayMax: 100;
|
|
2871
|
+
};
|
|
2872
|
+
readonly 'filter.rate': {
|
|
2873
|
+
readonly block: "filter";
|
|
2874
|
+
readonly name: "rate";
|
|
2875
|
+
readonly pidLow: 114;
|
|
2876
|
+
readonly pidHigh: 24;
|
|
2877
|
+
readonly unit: "hz";
|
|
2878
|
+
readonly displayMin: 0.1;
|
|
2879
|
+
readonly displayMax: 10;
|
|
2880
|
+
};
|
|
2881
|
+
readonly 'filter.lfo_duty': {
|
|
2882
|
+
readonly block: "filter";
|
|
2883
|
+
readonly name: "lfo_duty";
|
|
2884
|
+
readonly pidLow: 114;
|
|
2885
|
+
readonly pidHigh: 25;
|
|
2886
|
+
readonly unit: "percent";
|
|
2887
|
+
readonly displayMin: 0;
|
|
2888
|
+
readonly displayMax: 100;
|
|
2889
|
+
};
|
|
2890
|
+
readonly 'filter.mod_frequency': {
|
|
2891
|
+
readonly block: "filter";
|
|
2892
|
+
readonly name: "mod_frequency";
|
|
2893
|
+
readonly pidLow: 114;
|
|
2894
|
+
readonly pidHigh: 26;
|
|
2895
|
+
readonly unit: "hz";
|
|
2896
|
+
readonly displayMin: 20;
|
|
2897
|
+
readonly displayMax: 20000;
|
|
2898
|
+
};
|
|
2899
|
+
readonly 'filter.order': {
|
|
2900
|
+
readonly block: "filter";
|
|
2901
|
+
readonly name: "order";
|
|
2902
|
+
readonly pidLow: 114;
|
|
2903
|
+
readonly pidHigh: 28;
|
|
2904
|
+
readonly unit: "count";
|
|
2905
|
+
readonly displayMin: 1;
|
|
2906
|
+
readonly displayMax: 12;
|
|
2907
|
+
};
|
|
2908
|
+
readonly 'filter.resonance': {
|
|
2909
|
+
readonly block: "filter";
|
|
2910
|
+
readonly name: "resonance";
|
|
2911
|
+
readonly pidLow: 114;
|
|
2912
|
+
readonly pidHigh: 30;
|
|
2913
|
+
readonly unit: "knob_0_10";
|
|
2914
|
+
readonly displayMin: 0;
|
|
2915
|
+
readonly displayMax: 10;
|
|
2916
|
+
readonly scaling: "log10";
|
|
2917
|
+
};
|
|
2918
|
+
readonly 'filter.start_frequency': {
|
|
2919
|
+
readonly block: "filter";
|
|
2920
|
+
readonly name: "start_frequency";
|
|
2921
|
+
readonly pidLow: 114;
|
|
2922
|
+
readonly pidHigh: 31;
|
|
2923
|
+
readonly unit: "hz";
|
|
2924
|
+
readonly displayMin: 100;
|
|
2925
|
+
readonly displayMax: 10000;
|
|
2926
|
+
};
|
|
2927
|
+
readonly 'filter.stop_frequency': {
|
|
2928
|
+
readonly block: "filter";
|
|
2929
|
+
readonly name: "stop_frequency";
|
|
2930
|
+
readonly pidLow: 114;
|
|
2931
|
+
readonly pidHigh: 32;
|
|
2932
|
+
readonly unit: "hz";
|
|
2933
|
+
readonly displayMin: 100;
|
|
2934
|
+
readonly displayMax: 10000;
|
|
2935
|
+
};
|
|
2936
|
+
readonly 'filter.sensitivity': {
|
|
2937
|
+
readonly block: "filter";
|
|
2938
|
+
readonly name: "sensitivity";
|
|
2939
|
+
readonly pidLow: 114;
|
|
2940
|
+
readonly pidHigh: 33;
|
|
2941
|
+
readonly unit: "count";
|
|
2942
|
+
readonly displayMin: 0.1;
|
|
2943
|
+
readonly displayMax: 40;
|
|
2944
|
+
readonly scaling: "log10";
|
|
2945
|
+
};
|
|
2946
|
+
readonly 'filter.attack_time': {
|
|
2947
|
+
readonly block: "filter";
|
|
2948
|
+
readonly name: "attack_time";
|
|
2949
|
+
readonly pidLow: 114;
|
|
2950
|
+
readonly pidHigh: 34;
|
|
2951
|
+
readonly unit: "ms";
|
|
2952
|
+
readonly displayMin: 0;
|
|
2953
|
+
readonly displayMax: 1000;
|
|
2954
|
+
readonly scaling: "log10";
|
|
2955
|
+
};
|
|
2956
|
+
readonly 'filter.release_time': {
|
|
2957
|
+
readonly block: "filter";
|
|
2958
|
+
readonly name: "release_time";
|
|
2959
|
+
readonly pidLow: 114;
|
|
2960
|
+
readonly pidHigh: 35;
|
|
2961
|
+
readonly unit: "ms";
|
|
2962
|
+
readonly displayMin: 0;
|
|
2963
|
+
readonly displayMax: 2000;
|
|
2964
|
+
readonly scaling: "log10";
|
|
2965
|
+
};
|
|
2966
|
+
readonly 'filter.emphasis': {
|
|
2967
|
+
readonly block: "filter";
|
|
2968
|
+
readonly name: "emphasis";
|
|
2969
|
+
readonly pidLow: 114;
|
|
2970
|
+
readonly pidHigh: 39;
|
|
2971
|
+
readonly unit: "knob_0_10";
|
|
2972
|
+
readonly displayMin: 0;
|
|
2973
|
+
readonly displayMax: 10;
|
|
2974
|
+
};
|
|
2975
|
+
readonly 'tremolo.mix': {
|
|
2976
|
+
readonly block: "tremolo";
|
|
2977
|
+
readonly name: "mix";
|
|
2978
|
+
readonly pidLow: 106;
|
|
2979
|
+
readonly pidHigh: 1;
|
|
2980
|
+
readonly unit: "percent";
|
|
2981
|
+
readonly displayMin: 0;
|
|
2982
|
+
readonly displayMax: 100;
|
|
2983
|
+
};
|
|
2984
|
+
readonly 'tremolo.balance': {
|
|
2985
|
+
readonly block: "tremolo";
|
|
2986
|
+
readonly name: "balance";
|
|
2987
|
+
readonly pidLow: 106;
|
|
2988
|
+
readonly pidHigh: 2;
|
|
2989
|
+
readonly unit: "bipolar_percent";
|
|
2990
|
+
readonly displayMin: -100;
|
|
2991
|
+
readonly displayMax: 100;
|
|
2992
|
+
};
|
|
2993
|
+
readonly 'tremolo.type': {
|
|
2994
|
+
readonly block: "tremolo";
|
|
2995
|
+
readonly name: "type";
|
|
2996
|
+
readonly pidLow: 106;
|
|
2997
|
+
readonly pidHigh: 10;
|
|
2998
|
+
readonly unit: "enum";
|
|
2999
|
+
readonly displayMin: 0;
|
|
3000
|
+
readonly displayMax: 6;
|
|
3001
|
+
readonly enumValues: Record<number, string>;
|
|
3002
|
+
};
|
|
3003
|
+
readonly 'tremolo.rate': {
|
|
3004
|
+
readonly block: "tremolo";
|
|
3005
|
+
readonly name: "rate";
|
|
3006
|
+
readonly pidLow: 106;
|
|
3007
|
+
readonly pidHigh: 12;
|
|
3008
|
+
readonly unit: "hz";
|
|
3009
|
+
readonly displayMin: 0.2;
|
|
3010
|
+
readonly displayMax: 20;
|
|
3011
|
+
};
|
|
3012
|
+
readonly 'tremolo.depth': {
|
|
3013
|
+
readonly block: "tremolo";
|
|
3014
|
+
readonly name: "depth";
|
|
3015
|
+
readonly pidLow: 106;
|
|
3016
|
+
readonly pidHigh: 13;
|
|
3017
|
+
readonly unit: "percent";
|
|
3018
|
+
readonly displayMin: 0;
|
|
3019
|
+
readonly displayMax: 100;
|
|
3020
|
+
};
|
|
3021
|
+
readonly 'tremolo.duty': {
|
|
3022
|
+
readonly block: "tremolo";
|
|
3023
|
+
readonly name: "duty";
|
|
3024
|
+
readonly pidLow: 106;
|
|
3025
|
+
readonly pidHigh: 14;
|
|
3026
|
+
readonly unit: "percent";
|
|
3027
|
+
readonly displayMin: 0;
|
|
3028
|
+
readonly displayMax: 100;
|
|
3029
|
+
};
|
|
3030
|
+
readonly 'tremolo.crossover_freq': {
|
|
3031
|
+
readonly block: "tremolo";
|
|
3032
|
+
readonly name: "crossover_freq";
|
|
3033
|
+
readonly pidLow: 106;
|
|
3034
|
+
readonly pidHigh: 21;
|
|
3035
|
+
readonly unit: "hz";
|
|
3036
|
+
readonly displayMin: 200;
|
|
3037
|
+
readonly displayMax: 2000;
|
|
3038
|
+
};
|
|
3039
|
+
readonly 'tremolo.trigger_threshold': {
|
|
3040
|
+
readonly block: "tremolo";
|
|
3041
|
+
readonly name: "trigger_threshold";
|
|
3042
|
+
readonly pidLow: 106;
|
|
3043
|
+
readonly pidHigh: 22;
|
|
3044
|
+
readonly unit: "db";
|
|
3045
|
+
readonly displayMin: -60;
|
|
3046
|
+
readonly displayMax: 20;
|
|
3047
|
+
};
|
|
3048
|
+
readonly 'tremolo.shape': {
|
|
3049
|
+
readonly block: "tremolo";
|
|
3050
|
+
readonly name: "shape";
|
|
3051
|
+
readonly pidLow: 106;
|
|
3052
|
+
readonly pidHigh: 23;
|
|
3053
|
+
readonly unit: "percent";
|
|
3054
|
+
readonly displayMin: 0;
|
|
3055
|
+
readonly displayMax: 100;
|
|
3056
|
+
};
|
|
3057
|
+
readonly 'enhancer.mix': {
|
|
3058
|
+
readonly block: "enhancer";
|
|
3059
|
+
readonly name: "mix";
|
|
3060
|
+
readonly pidLow: 122;
|
|
3061
|
+
readonly pidHigh: 1;
|
|
3062
|
+
readonly unit: "percent";
|
|
3063
|
+
readonly displayMin: 0;
|
|
3064
|
+
readonly displayMax: 100;
|
|
3065
|
+
};
|
|
3066
|
+
readonly 'enhancer.balance': {
|
|
3067
|
+
readonly block: "enhancer";
|
|
3068
|
+
readonly name: "balance";
|
|
3069
|
+
readonly pidLow: 122;
|
|
3070
|
+
readonly pidHigh: 2;
|
|
3071
|
+
readonly unit: "bipolar_percent";
|
|
3072
|
+
readonly displayMin: -100;
|
|
3073
|
+
readonly displayMax: 100;
|
|
3074
|
+
};
|
|
3075
|
+
readonly 'enhancer.width': {
|
|
3076
|
+
readonly block: "enhancer";
|
|
3077
|
+
readonly name: "width";
|
|
3078
|
+
readonly pidLow: 122;
|
|
3079
|
+
readonly pidHigh: 10;
|
|
3080
|
+
readonly unit: "percent";
|
|
3081
|
+
readonly displayMin: 0;
|
|
3082
|
+
readonly displayMax: 100;
|
|
3083
|
+
};
|
|
3084
|
+
readonly 'enhancer.depth': {
|
|
3085
|
+
readonly block: "enhancer";
|
|
3086
|
+
readonly name: "depth";
|
|
3087
|
+
readonly pidLow: 122;
|
|
3088
|
+
readonly pidHigh: 11;
|
|
3089
|
+
readonly unit: "percent";
|
|
3090
|
+
readonly displayMin: 0;
|
|
3091
|
+
readonly displayMax: 100;
|
|
3092
|
+
};
|
|
3093
|
+
readonly 'enhancer.low_cut': {
|
|
3094
|
+
readonly block: "enhancer";
|
|
3095
|
+
readonly name: "low_cut";
|
|
3096
|
+
readonly pidLow: 122;
|
|
3097
|
+
readonly pidHigh: 12;
|
|
3098
|
+
readonly unit: "hz";
|
|
3099
|
+
readonly displayMin: 20;
|
|
3100
|
+
readonly displayMax: 2000;
|
|
3101
|
+
};
|
|
3102
|
+
readonly 'enhancer.high_cut': {
|
|
3103
|
+
readonly block: "enhancer";
|
|
3104
|
+
readonly name: "high_cut";
|
|
3105
|
+
readonly pidLow: 122;
|
|
3106
|
+
readonly pidHigh: 13;
|
|
3107
|
+
readonly unit: "hz";
|
|
3108
|
+
readonly displayMin: 200;
|
|
3109
|
+
readonly displayMax: 20000;
|
|
3110
|
+
};
|
|
3111
|
+
readonly 'enhancer.type': {
|
|
3112
|
+
readonly block: "enhancer";
|
|
3113
|
+
readonly name: "type";
|
|
3114
|
+
readonly pidLow: 122;
|
|
3115
|
+
readonly pidHigh: 14;
|
|
3116
|
+
readonly unit: "enum";
|
|
3117
|
+
readonly displayMin: 0;
|
|
3118
|
+
readonly displayMax: 2;
|
|
3119
|
+
readonly enumValues: Record<number, string>;
|
|
3120
|
+
};
|
|
3121
|
+
readonly 'enhancer.pan_left': {
|
|
3122
|
+
readonly block: "enhancer";
|
|
3123
|
+
readonly name: "pan_left";
|
|
3124
|
+
readonly pidLow: 122;
|
|
3125
|
+
readonly pidHigh: 16;
|
|
3126
|
+
readonly unit: "percent";
|
|
3127
|
+
readonly displayMin: 0;
|
|
3128
|
+
readonly displayMax: 100;
|
|
3129
|
+
};
|
|
3130
|
+
readonly 'enhancer.pan_right': {
|
|
3131
|
+
readonly block: "enhancer";
|
|
3132
|
+
readonly name: "pan_right";
|
|
3133
|
+
readonly pidLow: 122;
|
|
3134
|
+
readonly pidHigh: 17;
|
|
3135
|
+
readonly unit: "percent";
|
|
3136
|
+
readonly displayMin: 0;
|
|
3137
|
+
readonly displayMax: 100;
|
|
3138
|
+
};
|
|
3139
|
+
readonly 'gate.balance': {
|
|
3140
|
+
readonly block: "gate";
|
|
3141
|
+
readonly name: "balance";
|
|
3142
|
+
readonly pidLow: 146;
|
|
3143
|
+
readonly pidHigh: 2;
|
|
3144
|
+
readonly unit: "bipolar_percent";
|
|
3145
|
+
readonly displayMin: -100;
|
|
3146
|
+
readonly displayMax: 100;
|
|
3147
|
+
};
|
|
3148
|
+
readonly 'gate.threshold': {
|
|
3149
|
+
readonly block: "gate";
|
|
3150
|
+
readonly name: "threshold";
|
|
3151
|
+
readonly pidLow: 146;
|
|
3152
|
+
readonly pidHigh: 10;
|
|
3153
|
+
readonly unit: "db";
|
|
3154
|
+
readonly displayMin: -100;
|
|
3155
|
+
readonly displayMax: 0;
|
|
3156
|
+
};
|
|
3157
|
+
readonly 'gate.attack': {
|
|
3158
|
+
readonly block: "gate";
|
|
3159
|
+
readonly name: "attack";
|
|
3160
|
+
readonly pidLow: 146;
|
|
3161
|
+
readonly pidHigh: 11;
|
|
3162
|
+
readonly unit: "ms";
|
|
3163
|
+
readonly displayMin: 0;
|
|
3164
|
+
readonly displayMax: 1000;
|
|
3165
|
+
readonly scaling: "log10";
|
|
3166
|
+
};
|
|
3167
|
+
readonly 'gate.hold': {
|
|
3168
|
+
readonly block: "gate";
|
|
3169
|
+
readonly name: "hold";
|
|
3170
|
+
readonly pidLow: 146;
|
|
3171
|
+
readonly pidHigh: 12;
|
|
3172
|
+
readonly unit: "ms";
|
|
3173
|
+
readonly displayMin: 0;
|
|
3174
|
+
readonly displayMax: 1000;
|
|
3175
|
+
readonly scaling: "log10";
|
|
3176
|
+
};
|
|
3177
|
+
readonly 'gate.release': {
|
|
3178
|
+
readonly block: "gate";
|
|
3179
|
+
readonly name: "release";
|
|
3180
|
+
readonly pidLow: 146;
|
|
3181
|
+
readonly pidHigh: 13;
|
|
3182
|
+
readonly unit: "ms";
|
|
3183
|
+
readonly displayMin: 0;
|
|
3184
|
+
readonly displayMax: 1000;
|
|
3185
|
+
readonly scaling: "log10";
|
|
3186
|
+
};
|
|
3187
|
+
readonly 'gate.type': {
|
|
3188
|
+
readonly block: "gate";
|
|
3189
|
+
readonly name: "type";
|
|
3190
|
+
readonly pidLow: 146;
|
|
3191
|
+
readonly pidHigh: 19;
|
|
3192
|
+
readonly unit: "enum";
|
|
3193
|
+
readonly displayMin: 0;
|
|
3194
|
+
readonly displayMax: 3;
|
|
3195
|
+
readonly enumValues: Record<number, string>;
|
|
3196
|
+
};
|
|
3197
|
+
readonly 'gate.attenuation': {
|
|
3198
|
+
readonly block: "gate";
|
|
3199
|
+
readonly name: "attenuation";
|
|
3200
|
+
readonly pidLow: 146;
|
|
3201
|
+
readonly pidHigh: 20;
|
|
3202
|
+
readonly unit: "db";
|
|
3203
|
+
readonly displayMin: -80;
|
|
3204
|
+
readonly displayMax: 0;
|
|
3205
|
+
};
|
|
3206
|
+
readonly 'volpan.balance': {
|
|
3207
|
+
readonly block: "volpan";
|
|
3208
|
+
readonly name: "balance";
|
|
3209
|
+
readonly pidLow: 102;
|
|
3210
|
+
readonly pidHigh: 2;
|
|
3211
|
+
readonly unit: "bipolar_percent";
|
|
3212
|
+
readonly displayMin: -100;
|
|
3213
|
+
readonly displayMax: 100;
|
|
3214
|
+
};
|
|
3215
|
+
readonly 'volpan.mode': {
|
|
3216
|
+
readonly block: "volpan";
|
|
3217
|
+
readonly name: "mode";
|
|
3218
|
+
readonly pidLow: 102;
|
|
3219
|
+
readonly pidHigh: 15;
|
|
3220
|
+
readonly unit: "enum";
|
|
3221
|
+
readonly displayMin: 0;
|
|
3222
|
+
readonly displayMax: 1;
|
|
3223
|
+
readonly enumValues: Record<number, string>;
|
|
3224
|
+
};
|
|
3225
|
+
readonly 'volpan.threshold': {
|
|
3226
|
+
readonly block: "volpan";
|
|
3227
|
+
readonly name: "threshold";
|
|
3228
|
+
readonly pidLow: 102;
|
|
3229
|
+
readonly pidHigh: 16;
|
|
3230
|
+
readonly unit: "db";
|
|
3231
|
+
readonly displayMin: -100;
|
|
3232
|
+
readonly displayMax: 0;
|
|
3233
|
+
};
|
|
3234
|
+
readonly 'volpan.attack': {
|
|
3235
|
+
readonly block: "volpan";
|
|
3236
|
+
readonly name: "attack";
|
|
3237
|
+
readonly pidLow: 102;
|
|
3238
|
+
readonly pidHigh: 17;
|
|
3239
|
+
readonly unit: "ms";
|
|
3240
|
+
readonly displayMin: 1;
|
|
3241
|
+
readonly displayMax: 5000;
|
|
3242
|
+
readonly scaling: "log10";
|
|
3243
|
+
};
|
|
3244
|
+
readonly 'peq.mix': {
|
|
3245
|
+
readonly block: "peq";
|
|
3246
|
+
readonly name: "mix";
|
|
3247
|
+
readonly pidLow: 54;
|
|
3248
|
+
readonly pidHigh: 1;
|
|
3249
|
+
readonly unit: "percent";
|
|
3250
|
+
readonly displayMin: 0;
|
|
3251
|
+
readonly displayMax: 100;
|
|
3252
|
+
};
|
|
3253
|
+
readonly 'peq.balance': {
|
|
3254
|
+
readonly block: "peq";
|
|
3255
|
+
readonly name: "balance";
|
|
3256
|
+
readonly pidLow: 54;
|
|
3257
|
+
readonly pidHigh: 2;
|
|
3258
|
+
readonly unit: "bipolar_percent";
|
|
3259
|
+
readonly displayMin: -100;
|
|
3260
|
+
readonly displayMax: 100;
|
|
3261
|
+
};
|
|
3262
|
+
readonly 'peq.channel_1_frequency': {
|
|
3263
|
+
readonly block: "peq";
|
|
3264
|
+
readonly name: "channel_1_frequency";
|
|
3265
|
+
readonly pidLow: 54;
|
|
3266
|
+
readonly pidHigh: 10;
|
|
3267
|
+
readonly unit: "hz";
|
|
3268
|
+
readonly displayMin: 20;
|
|
3269
|
+
readonly displayMax: 2000;
|
|
3270
|
+
};
|
|
3271
|
+
readonly 'peq.channel_2_frequency': {
|
|
3272
|
+
readonly block: "peq";
|
|
3273
|
+
readonly name: "channel_2_frequency";
|
|
3274
|
+
readonly pidLow: 54;
|
|
3275
|
+
readonly pidHigh: 11;
|
|
3276
|
+
readonly unit: "hz";
|
|
3277
|
+
readonly displayMin: 100;
|
|
3278
|
+
readonly displayMax: 10000;
|
|
3279
|
+
};
|
|
3280
|
+
readonly 'peq.channel_3_frequency': {
|
|
3281
|
+
readonly block: "peq";
|
|
3282
|
+
readonly name: "channel_3_frequency";
|
|
3283
|
+
readonly pidLow: 54;
|
|
3284
|
+
readonly pidHigh: 12;
|
|
3285
|
+
readonly unit: "hz";
|
|
3286
|
+
readonly displayMin: 100;
|
|
3287
|
+
readonly displayMax: 10000;
|
|
3288
|
+
};
|
|
3289
|
+
readonly 'peq.channel_4_frequency': {
|
|
3290
|
+
readonly block: "peq";
|
|
3291
|
+
readonly name: "channel_4_frequency";
|
|
3292
|
+
readonly pidLow: 54;
|
|
3293
|
+
readonly pidHigh: 13;
|
|
3294
|
+
readonly unit: "hz";
|
|
3295
|
+
readonly displayMin: 100;
|
|
3296
|
+
readonly displayMax: 10000;
|
|
3297
|
+
};
|
|
3298
|
+
readonly 'peq.channel_5_frequency': {
|
|
3299
|
+
readonly block: "peq";
|
|
3300
|
+
readonly name: "channel_5_frequency";
|
|
3301
|
+
readonly pidLow: 54;
|
|
3302
|
+
readonly pidHigh: 14;
|
|
3303
|
+
readonly unit: "hz";
|
|
3304
|
+
readonly displayMin: 200;
|
|
3305
|
+
readonly displayMax: 20000;
|
|
3306
|
+
};
|
|
3307
|
+
readonly 'peq.channel_1_q': {
|
|
3308
|
+
readonly block: "peq";
|
|
3309
|
+
readonly name: "channel_1_q";
|
|
3310
|
+
readonly pidLow: 54;
|
|
3311
|
+
readonly pidHigh: 15;
|
|
3312
|
+
readonly unit: "count";
|
|
3313
|
+
readonly displayMin: 0.1;
|
|
3314
|
+
readonly displayMax: 10;
|
|
3315
|
+
readonly scaling: "log10";
|
|
3316
|
+
};
|
|
3317
|
+
readonly 'peq.channel_2_q': {
|
|
3318
|
+
readonly block: "peq";
|
|
3319
|
+
readonly name: "channel_2_q";
|
|
3320
|
+
readonly pidLow: 54;
|
|
3321
|
+
readonly pidHigh: 16;
|
|
3322
|
+
readonly unit: "count";
|
|
3323
|
+
readonly displayMin: 0.1;
|
|
3324
|
+
readonly displayMax: 10;
|
|
3325
|
+
readonly scaling: "log10";
|
|
3326
|
+
};
|
|
3327
|
+
readonly 'peq.channel_3_q': {
|
|
3328
|
+
readonly block: "peq";
|
|
3329
|
+
readonly name: "channel_3_q";
|
|
3330
|
+
readonly pidLow: 54;
|
|
3331
|
+
readonly pidHigh: 17;
|
|
3332
|
+
readonly unit: "count";
|
|
3333
|
+
readonly displayMin: 0.1;
|
|
3334
|
+
readonly displayMax: 10;
|
|
3335
|
+
readonly scaling: "log10";
|
|
3336
|
+
};
|
|
3337
|
+
readonly 'peq.channel_4_q': {
|
|
3338
|
+
readonly block: "peq";
|
|
3339
|
+
readonly name: "channel_4_q";
|
|
3340
|
+
readonly pidLow: 54;
|
|
3341
|
+
readonly pidHigh: 18;
|
|
3342
|
+
readonly unit: "count";
|
|
3343
|
+
readonly displayMin: 0.1;
|
|
3344
|
+
readonly displayMax: 10;
|
|
3345
|
+
readonly scaling: "log10";
|
|
3346
|
+
};
|
|
3347
|
+
readonly 'peq.channel_5_q': {
|
|
3348
|
+
readonly block: "peq";
|
|
3349
|
+
readonly name: "channel_5_q";
|
|
3350
|
+
readonly pidLow: 54;
|
|
3351
|
+
readonly pidHigh: 19;
|
|
3352
|
+
readonly unit: "count";
|
|
3353
|
+
readonly displayMin: 0.1;
|
|
3354
|
+
readonly displayMax: 10;
|
|
3355
|
+
readonly scaling: "log10";
|
|
3356
|
+
};
|
|
3357
|
+
readonly 'peq.channel_1_gain': {
|
|
3358
|
+
readonly block: "peq";
|
|
3359
|
+
readonly name: "channel_1_gain";
|
|
3360
|
+
readonly pidLow: 54;
|
|
3361
|
+
readonly pidHigh: 20;
|
|
3362
|
+
readonly unit: "db";
|
|
3363
|
+
readonly displayMin: -20;
|
|
3364
|
+
readonly displayMax: 20;
|
|
3365
|
+
};
|
|
3366
|
+
readonly 'peq.channel_2_gain': {
|
|
3367
|
+
readonly block: "peq";
|
|
3368
|
+
readonly name: "channel_2_gain";
|
|
3369
|
+
readonly pidLow: 54;
|
|
3370
|
+
readonly pidHigh: 21;
|
|
3371
|
+
readonly unit: "db";
|
|
3372
|
+
readonly displayMin: -20;
|
|
3373
|
+
readonly displayMax: 20;
|
|
3374
|
+
};
|
|
3375
|
+
readonly 'peq.channel_3_gain': {
|
|
3376
|
+
readonly block: "peq";
|
|
3377
|
+
readonly name: "channel_3_gain";
|
|
3378
|
+
readonly pidLow: 54;
|
|
3379
|
+
readonly pidHigh: 22;
|
|
3380
|
+
readonly unit: "db";
|
|
3381
|
+
readonly displayMin: -20;
|
|
3382
|
+
readonly displayMax: 20;
|
|
3383
|
+
};
|
|
3384
|
+
readonly 'peq.channel_4_gain': {
|
|
3385
|
+
readonly block: "peq";
|
|
3386
|
+
readonly name: "channel_4_gain";
|
|
3387
|
+
readonly pidLow: 54;
|
|
3388
|
+
readonly pidHigh: 23;
|
|
3389
|
+
readonly unit: "db";
|
|
3390
|
+
readonly displayMin: -20;
|
|
3391
|
+
readonly displayMax: 20;
|
|
3392
|
+
};
|
|
3393
|
+
readonly 'peq.channel_5_gain': {
|
|
3394
|
+
readonly block: "peq";
|
|
3395
|
+
readonly name: "channel_5_gain";
|
|
3396
|
+
readonly pidLow: 54;
|
|
3397
|
+
readonly pidHigh: 24;
|
|
3398
|
+
readonly unit: "db";
|
|
3399
|
+
readonly displayMin: -20;
|
|
3400
|
+
readonly displayMax: 20;
|
|
3401
|
+
};
|
|
3402
|
+
readonly 'rotary.mix': {
|
|
3403
|
+
readonly block: "rotary";
|
|
3404
|
+
readonly name: "mix";
|
|
3405
|
+
readonly pidLow: 86;
|
|
3406
|
+
readonly pidHigh: 1;
|
|
3407
|
+
readonly unit: "percent";
|
|
3408
|
+
readonly displayMin: 0;
|
|
3409
|
+
readonly displayMax: 100;
|
|
3410
|
+
};
|
|
3411
|
+
readonly 'rotary.balance': {
|
|
3412
|
+
readonly block: "rotary";
|
|
3413
|
+
readonly name: "balance";
|
|
3414
|
+
readonly pidLow: 86;
|
|
3415
|
+
readonly pidHigh: 2;
|
|
3416
|
+
readonly unit: "bipolar_percent";
|
|
3417
|
+
readonly displayMin: -100;
|
|
3418
|
+
readonly displayMax: 100;
|
|
3419
|
+
};
|
|
3420
|
+
readonly 'rotary.rate': {
|
|
3421
|
+
readonly block: "rotary";
|
|
3422
|
+
readonly name: "rate";
|
|
3423
|
+
readonly pidLow: 86;
|
|
3424
|
+
readonly pidHigh: 10;
|
|
3425
|
+
readonly unit: "hz";
|
|
3426
|
+
readonly displayMin: 0;
|
|
3427
|
+
readonly displayMax: 10;
|
|
3428
|
+
};
|
|
3429
|
+
readonly 'rotary.low_depth': {
|
|
3430
|
+
readonly block: "rotary";
|
|
3431
|
+
readonly name: "low_depth";
|
|
3432
|
+
readonly pidLow: 86;
|
|
3433
|
+
readonly pidHigh: 11;
|
|
3434
|
+
readonly unit: "percent";
|
|
3435
|
+
readonly displayMin: 0;
|
|
3436
|
+
readonly displayMax: 100;
|
|
3437
|
+
};
|
|
3438
|
+
readonly 'rotary.high_depth': {
|
|
3439
|
+
readonly block: "rotary";
|
|
3440
|
+
readonly name: "high_depth";
|
|
3441
|
+
readonly pidLow: 86;
|
|
3442
|
+
readonly pidHigh: 12;
|
|
3443
|
+
readonly unit: "percent";
|
|
3444
|
+
readonly displayMin: 0;
|
|
3445
|
+
readonly displayMax: 100;
|
|
3446
|
+
};
|
|
3447
|
+
readonly 'rotary.high_level': {
|
|
3448
|
+
readonly block: "rotary";
|
|
3449
|
+
readonly name: "high_level";
|
|
3450
|
+
readonly pidLow: 86;
|
|
3451
|
+
readonly pidHigh: 13;
|
|
3452
|
+
readonly unit: "db";
|
|
3453
|
+
readonly displayMin: -6;
|
|
3454
|
+
readonly displayMax: 6;
|
|
3455
|
+
};
|
|
3456
|
+
readonly 'rotary.rotor_length': {
|
|
3457
|
+
readonly block: "rotary";
|
|
3458
|
+
readonly name: "rotor_length";
|
|
3459
|
+
readonly pidLow: 86;
|
|
3460
|
+
readonly pidHigh: 15;
|
|
3461
|
+
readonly unit: "percent";
|
|
3462
|
+
readonly displayMin: 0.1;
|
|
3463
|
+
readonly displayMax: 100;
|
|
3464
|
+
};
|
|
3465
|
+
readonly 'rotary.mic_spacing': {
|
|
3466
|
+
readonly block: "rotary";
|
|
3467
|
+
readonly name: "mic_spacing";
|
|
3468
|
+
readonly pidLow: 86;
|
|
3469
|
+
readonly pidHigh: 16;
|
|
3470
|
+
readonly unit: "rotary_mic_spacing";
|
|
3471
|
+
readonly displayMin: 0;
|
|
3472
|
+
readonly displayMax: 100;
|
|
3473
|
+
};
|
|
3474
|
+
readonly 'rotary.low_rate_multiplier': {
|
|
3475
|
+
readonly block: "rotary";
|
|
3476
|
+
readonly name: "low_rate_multiplier";
|
|
3477
|
+
readonly pidLow: 86;
|
|
3478
|
+
readonly pidHigh: 17;
|
|
3479
|
+
readonly unit: "count";
|
|
3480
|
+
readonly displayMin: 0.1;
|
|
3481
|
+
readonly displayMax: 10;
|
|
3482
|
+
readonly scaling: "log10";
|
|
3483
|
+
};
|
|
3484
|
+
readonly 'rotary.low_time_constant': {
|
|
3485
|
+
readonly block: "rotary";
|
|
3486
|
+
readonly name: "low_time_constant";
|
|
3487
|
+
readonly pidLow: 86;
|
|
3488
|
+
readonly pidHigh: 18;
|
|
3489
|
+
readonly unit: "count";
|
|
3490
|
+
readonly displayMin: 0.1;
|
|
3491
|
+
readonly displayMax: 10;
|
|
3492
|
+
};
|
|
3493
|
+
readonly 'rotary.high_time_constant': {
|
|
3494
|
+
readonly block: "rotary";
|
|
3495
|
+
readonly name: "high_time_constant";
|
|
3496
|
+
readonly pidLow: 86;
|
|
3497
|
+
readonly pidHigh: 19;
|
|
3498
|
+
readonly unit: "count";
|
|
3499
|
+
readonly displayMin: 0.1;
|
|
3500
|
+
readonly displayMax: 10;
|
|
3501
|
+
};
|
|
3502
|
+
readonly 'rotary.stereo_spread': {
|
|
3503
|
+
readonly block: "rotary";
|
|
3504
|
+
readonly name: "stereo_spread";
|
|
3505
|
+
readonly pidLow: 86;
|
|
3506
|
+
readonly pidHigh: 20;
|
|
3507
|
+
readonly unit: "bipolar_percent";
|
|
3508
|
+
readonly displayMin: -200;
|
|
3509
|
+
readonly displayMax: 200;
|
|
3510
|
+
};
|
|
3511
|
+
readonly 'rotary.drive': {
|
|
3512
|
+
readonly block: "rotary";
|
|
3513
|
+
readonly name: "drive";
|
|
3514
|
+
readonly pidLow: 86;
|
|
3515
|
+
readonly pidHigh: 21;
|
|
3516
|
+
readonly unit: "knob_0_10";
|
|
3517
|
+
readonly displayMin: 0.5;
|
|
3518
|
+
readonly displayMax: 500;
|
|
3519
|
+
readonly scaling: "log10";
|
|
3520
|
+
};
|
|
3521
|
+
readonly 'rotary.mic_distance': {
|
|
3522
|
+
readonly block: "rotary";
|
|
3523
|
+
readonly name: "mic_distance";
|
|
3524
|
+
readonly pidLow: 86;
|
|
3525
|
+
readonly pidHigh: 22;
|
|
3526
|
+
readonly unit: "count";
|
|
3527
|
+
readonly displayMin: 0.01;
|
|
3528
|
+
readonly displayMax: 1;
|
|
3529
|
+
readonly scaling: "log10";
|
|
3530
|
+
};
|
|
3531
|
+
};
|
|
3532
|
+
export type CacheParamKey = keyof typeof CACHE_PARAMS;
|
|
3533
|
+
//# sourceMappingURL=cacheParams.d.ts.map
|