Skip to content

Commit 09905b6

Browse files
committed
Metadata update
1 parent a2b84dd commit 09905b6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/main/meta/dyna_processor.cpp

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ namespace lsp
174174

175175
#define DYNA_POINT(idx, on, id, label, level) \
176176
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), \
179179
LOG_CONTROL("kn" #idx id, "Knee " #idx label, U_GAIN_AMP, dyna_processor_metadata::KNEE), \
180180
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), \
182182
LOG_CONTROL("at" #idx id, "Attack time " #idx label, U_MSEC, dyna_processor_metadata::ATTACK_TIME), \
183183
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), \
185185
LOG_CONTROL("rt" #idx id, "Release time " #idx label, U_MSEC, dyna_processor_metadata::RELEASE_TIME)
186186

187187
#define DYNA_PROC_CHANNEL(id, label) \
@@ -202,7 +202,7 @@ namespace lsp
202202
MESH("cmg" id, "Curve modelling graph" label, 2, dyna_processor_metadata::CURVE_MESH_SIZE), \
203203
MESH("ccg" id, "Curve graph" label, 2, dyna_processor_metadata::CURVE_MESH_SIZE)
204204

205-
#define DYNA_PROC_AUDIO_METER(id, label) \
205+
#define DYNA_PROC_AUDIO_METER(id, label, alias) \
206206
SWITCH("slv" id, "Sidechain level visibility" label, 1.0f), \
207207
SWITCH("elv" id, "Envelope level visibility" label, 1.0f), \
208208
SWITCH("grv" id, "Gain reduction visibility" label, 1.0f), \
@@ -227,7 +227,7 @@ namespace lsp
227227
DYNA_PROC_COMMON,
228228
DYNA_PROC_SC_MONO_CHANNEL(dyna_proc_sc_type),
229229
DYNA_PROC_CHANNEL("", ""),
230-
DYNA_PROC_AUDIO_METER("", ""),
230+
DYNA_PROC_AUDIO_METER("", "", ""),
231231

232232
PORTS_END
233233
};
@@ -240,8 +240,8 @@ namespace lsp
240240
DYNA_PROC_SPLIT_COMMON,
241241
DYNA_PROC_SC_STEREO_CHANNEL("", "", dyna_proc_sc_type),
242242
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"),
245245

246246
PORTS_END
247247
};
@@ -255,8 +255,8 @@ namespace lsp
255255
DYNA_PROC_SC_STEREO_CHANNEL("_r", " Right", dyna_proc_sc_type),
256256
DYNA_PROC_CHANNEL("_l", " Left"),
257257
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"),
260260

261261
PORTS_END
262262
};
@@ -270,8 +270,8 @@ namespace lsp
270270
DYNA_PROC_SC_STEREO_CHANNEL("_s", " Side", dyna_proc_sc_type),
271271
DYNA_PROC_CHANNEL("_m", " Mid"),
272272
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"),
275275

276276
PORTS_END
277277
};
@@ -284,7 +284,7 @@ namespace lsp
284284
DYNA_PROC_COMMON,
285285
DYNA_PROC_SC_MONO_CHANNEL(dyna_proc_extsc_type),
286286
DYNA_PROC_CHANNEL("", ""),
287-
DYNA_PROC_AUDIO_METER("", ""),
287+
DYNA_PROC_AUDIO_METER("", "", ""),
288288

289289
PORTS_END
290290
};
@@ -298,8 +298,8 @@ namespace lsp
298298
DYNA_PROC_SPLIT_COMMON,
299299
DYNA_PROC_SC_STEREO_CHANNEL("", "", dyna_proc_extsc_type),
300300
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"),
303303

304304
PORTS_END
305305
};
@@ -314,8 +314,8 @@ namespace lsp
314314
DYNA_PROC_SC_STEREO_CHANNEL("_r", " Right", dyna_proc_extsc_type),
315315
DYNA_PROC_CHANNEL("_l", " Left"),
316316
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"),
319319

320320
PORTS_END
321321
};
@@ -330,8 +330,8 @@ namespace lsp
330330
DYNA_PROC_SC_STEREO_CHANNEL("_s", " Side", dyna_proc_extsc_type),
331331
DYNA_PROC_CHANNEL("_m", " Mid"),
332332
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"),
335335

336336
PORTS_END
337337
};

0 commit comments

Comments
 (0)