@@ -174,14 +174,14 @@ namespace lsp
174
174
175
175
#define DYNA_POINT (idx, on, id, label, level ) \
176
176
SWITCH (" pe" #idx id, " Point enable " #idx label, on), \
177
- LOG_CONTROL_DFL (" tl" #idx id, " Threshold " #idx label, U_GAIN_AMP, dyna_processor_metadata::THRESHOLD, level), \
178
- LOG_CONTROL_DFL (" gl" #idx id, " Gain " #idx label, U_GAIN_AMP, dyna_processor_metadata::THRESHOLD, level), \
177
+ LOG_CONTROL_DFL (" tl" #idx id, " Threshold " #idx label, " Thresh " #idx label, U_GAIN_AMP, dyna_processor_metadata::THRESHOLD, level), \
178
+ LOG_CONTROL_DFL (" gl" #idx id, " Gain " #idx label, " Gain " #idx label, U_GAIN_AMP, dyna_processor_metadata::THRESHOLD, level), \
179
179
LOG_CONTROL (" kn" #idx id, " Knee " #idx label, U_GAIN_AMP, dyna_processor_metadata::KNEE), \
180
180
SWITCH (" ae" #idx id, " Attack enable " #idx label, 0 .0f ), \
181
- LOG_CONTROL_DFL (" al" #idx id, " Attack level " #idx label, U_GAIN_AMP, dyna_processor_metadata::ATTACK_LVL, level), \
181
+ LOG_CONTROL_DFL (" al" #idx id, " Attack level " #idx label, " Att lvl " #idx label, U_GAIN_AMP, dyna_processor_metadata::ATTACK_LVL, level), \
182
182
LOG_CONTROL (" at" #idx id, " Attack time " #idx label, U_MSEC, dyna_processor_metadata::ATTACK_TIME), \
183
183
SWITCH (" re" #idx id, " Release enable " #idx label, 0 .0f ), \
184
- LOG_CONTROL_DFL (" rl" #idx id, " Relative level " #idx label, U_GAIN_AMP, dyna_processor_metadata::RELEASE_LVL, level), \
184
+ LOG_CONTROL_DFL (" rl" #idx id, " Release level " #idx label, " Rel lvl " #idx label, U_GAIN_AMP, dyna_processor_metadata::RELEASE_LVL, level), \
185
185
LOG_CONTROL (" rt" #idx id, " Release time " #idx label, U_MSEC, dyna_processor_metadata::RELEASE_TIME)
186
186
187
187
#define DYNA_PROC_CHANNEL (id, label ) \
@@ -202,7 +202,7 @@ namespace lsp
202
202
MESH (" cmg" id, " Curve modelling graph" label, 2 , dyna_processor_metadata::CURVE_MESH_SIZE), \
203
203
MESH (" ccg" id, " Curve graph" label, 2 , dyna_processor_metadata::CURVE_MESH_SIZE)
204
204
205
- #define DYNA_PROC_AUDIO_METER (id, label ) \
205
+ #define DYNA_PROC_AUDIO_METER (id, label, alias ) \
206
206
SWITCH (" slv" id, " Sidechain level visibility" label, 1 .0f ), \
207
207
SWITCH (" elv" id, " Envelope level visibility" label, 1 .0f ), \
208
208
SWITCH (" grv" id, " Gain reduction visibility" label, 1 .0f ), \
@@ -227,7 +227,7 @@ namespace lsp
227
227
DYNA_PROC_COMMON,
228
228
DYNA_PROC_SC_MONO_CHANNEL (dyna_proc_sc_type),
229
229
DYNA_PROC_CHANNEL (" " , " " ),
230
- DYNA_PROC_AUDIO_METER (" " , " " ),
230
+ DYNA_PROC_AUDIO_METER (" " , " " , " " ),
231
231
232
232
PORTS_END
233
233
};
@@ -240,8 +240,8 @@ namespace lsp
240
240
DYNA_PROC_SPLIT_COMMON,
241
241
DYNA_PROC_SC_STEREO_CHANNEL (" " , " " , dyna_proc_sc_type),
242
242
DYNA_PROC_CHANNEL (" " , " " ),
243
- DYNA_PROC_AUDIO_METER (" _l" , " Left" ),
244
- DYNA_PROC_AUDIO_METER (" _r" , " Right" ),
243
+ DYNA_PROC_AUDIO_METER (" _l" , " Left" , " L " ),
244
+ DYNA_PROC_AUDIO_METER (" _r" , " Right" , " R " ),
245
245
246
246
PORTS_END
247
247
};
@@ -255,8 +255,8 @@ namespace lsp
255
255
DYNA_PROC_SC_STEREO_CHANNEL (" _r" , " Right" , dyna_proc_sc_type),
256
256
DYNA_PROC_CHANNEL (" _l" , " Left" ),
257
257
DYNA_PROC_CHANNEL (" _r" , " Right" ),
258
- DYNA_PROC_AUDIO_METER (" _l" , " Left" ),
259
- DYNA_PROC_AUDIO_METER (" _r" , " Right" ),
258
+ DYNA_PROC_AUDIO_METER (" _l" , " Left" , " L " ),
259
+ DYNA_PROC_AUDIO_METER (" _r" , " Right" , " R " ),
260
260
261
261
PORTS_END
262
262
};
@@ -270,8 +270,8 @@ namespace lsp
270
270
DYNA_PROC_SC_STEREO_CHANNEL (" _s" , " Side" , dyna_proc_sc_type),
271
271
DYNA_PROC_CHANNEL (" _m" , " Mid" ),
272
272
DYNA_PROC_CHANNEL (" _s" , " Side" ),
273
- DYNA_PROC_AUDIO_METER (" _m" , " Mid" ),
274
- DYNA_PROC_AUDIO_METER (" _s" , " Side" ),
273
+ DYNA_PROC_AUDIO_METER (" _m" , " Mid" , " M " ),
274
+ DYNA_PROC_AUDIO_METER (" _s" , " Side" , " S " ),
275
275
276
276
PORTS_END
277
277
};
@@ -284,7 +284,7 @@ namespace lsp
284
284
DYNA_PROC_COMMON,
285
285
DYNA_PROC_SC_MONO_CHANNEL (dyna_proc_extsc_type),
286
286
DYNA_PROC_CHANNEL (" " , " " ),
287
- DYNA_PROC_AUDIO_METER (" " , " " ),
287
+ DYNA_PROC_AUDIO_METER (" " , " " , " " ),
288
288
289
289
PORTS_END
290
290
};
@@ -298,8 +298,8 @@ namespace lsp
298
298
DYNA_PROC_SPLIT_COMMON,
299
299
DYNA_PROC_SC_STEREO_CHANNEL (" " , " " , dyna_proc_extsc_type),
300
300
DYNA_PROC_CHANNEL (" " , " " ),
301
- DYNA_PROC_AUDIO_METER (" _l" , " Left" ),
302
- DYNA_PROC_AUDIO_METER (" _r" , " Right" ),
301
+ DYNA_PROC_AUDIO_METER (" _l" , " Left" , " L " ),
302
+ DYNA_PROC_AUDIO_METER (" _r" , " Right" , " R " ),
303
303
304
304
PORTS_END
305
305
};
@@ -314,8 +314,8 @@ namespace lsp
314
314
DYNA_PROC_SC_STEREO_CHANNEL (" _r" , " Right" , dyna_proc_extsc_type),
315
315
DYNA_PROC_CHANNEL (" _l" , " Left" ),
316
316
DYNA_PROC_CHANNEL (" _r" , " Right" ),
317
- DYNA_PROC_AUDIO_METER (" _l" , " Left" ),
318
- DYNA_PROC_AUDIO_METER (" _r" , " Right" ),
317
+ DYNA_PROC_AUDIO_METER (" _l" , " Left" , " L " ),
318
+ DYNA_PROC_AUDIO_METER (" _r" , " Right" , " R " ),
319
319
320
320
PORTS_END
321
321
};
@@ -330,8 +330,8 @@ namespace lsp
330
330
DYNA_PROC_SC_STEREO_CHANNEL (" _s" , " Side" , dyna_proc_extsc_type),
331
331
DYNA_PROC_CHANNEL (" _m" , " Mid" ),
332
332
DYNA_PROC_CHANNEL (" _s" , " Side" ),
333
- DYNA_PROC_AUDIO_METER (" _m" , " Mid" ),
334
- DYNA_PROC_AUDIO_METER (" _s" , " Side" ),
333
+ DYNA_PROC_AUDIO_METER (" _m" , " Mid" , " M " ),
334
+ DYNA_PROC_AUDIO_METER (" _s" , " Side" , " S " ),
335
335
336
336
PORTS_END
337
337
};
0 commit comments