File: dyna_processor_lr.cfg

package info (click to toggle)
lsp-plugins 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 91,856 kB
  • sloc: cpp: 427,831; xml: 57,779; makefile: 9,961; php: 1,005; sh: 18
file content (464 lines) | stat: -rw-r--r-- 10,276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
# -------------------------------------------------------------------------------
# This file contains configuration of the audio plugin.
#   Package:             lsp-plugin-fw (@�)
#   Package version:     0.5.0
#   Plugin name:         Dynamikprozessor LeftRight (Dynamic Processor LeftRight)
#   Plugin version:      1.0.3
#   UID:                 dyna_processor_lr
#   LV2 URID:            http://lsp-plug.in/plugins/lv2/
#   VST identifier:      hl9g
#   LADSPA identifier:   5002100
#   LADSPA label:        http://lsp-plug.in/plugins/ladspa/
# 
# (C) LSP Plugin Framework
#   https://lsp-plug.in/
# 
# -------------------------------------------------------------------------------

# Bypass [boolean]: true/false
bypass = false

# Input gain [G]: 0.00000000..1000.00000000
g_in = 0.00 db

# Output gain [G]: 0.00000000..1000.00000000
g_out = 0.00 db

# Pause graph analysis [boolean]: true/false
pause = false

# Clear graph analysis [boolean]: true/false
clear = false

# Processor selector: 0..1
#   0: Left
#   1: Right
psel = 1

# Sidechain type Left: 0..1
#   0: Feed-forward
#   1: Feed-back
sct_l = 0

# Sidechain mode Left: 0..3
#   0: Peak
#   1: RMS
#   2: Low-Pass
#   3: Uniform
scm_l = 1

# Sidechain lookahead Left [ms]: 0.00000000..20.00000000
sla_l = 0.00000

# Sidechain listen Left [boolean]: true/false
scl_l = false

# Sidechain source Left: 0..3
#   0: Middle
#   1: Side
#   2: Left
#   3: Right
scs_l = 0

# Sidechain reactivity Left [ms]: 0.00000000..250.00000000
scr_l = 10.00000

# Sidechain preamp Left [G]: 0.00000000..100.00000000
scp_l = 0.00 db

# High-pass filter mode Left: 0..3
#   0: off
#   1: 12 dB/oct
#   2: 24 dB/oct
#   3: 36 dB/oct
shpm_l = 0

# High-pass filter frequency Left [Hz]: 10.00000000..20000.00000000
shpf_l = 10.00000

# Low-pass filter mode Left: 0..3
#   0: off
#   1: 12 dB/oct
#   2: 24 dB/oct
#   3: 36 dB/oct
slpm_l = 0

# Low-pass filter frequency Left [Hz]: 10.00000000..20000.00000000
slpf_l = 20000.00000

# Sidechain type Right: 0..1
#   0: Feed-forward
#   1: Feed-back
sct_r = 0

# Sidechain mode Right: 0..3
#   0: Peak
#   1: RMS
#   2: Low-Pass
#   3: Uniform
scm_r = 1

# Sidechain lookahead Right [ms]: 0.00000000..20.00000000
sla_r = 0.00000

# Sidechain listen Right [boolean]: true/false
scl_r = false

# Sidechain source Right: 0..3
#   0: Middle
#   1: Side
#   2: Left
#   3: Right
scs_r = 0

# Sidechain reactivity Right [ms]: 0.00000000..250.00000000
scr_r = 10.00000

# Sidechain preamp Right [G]: 0.00000000..100.00000000
scp_r = 0.00 db

# High-pass filter mode Right: 0..3
#   0: off
#   1: 12 dB/oct
#   2: 24 dB/oct
#   3: 36 dB/oct
shpm_r = 0

# High-pass filter frequency Right [Hz]: 10.00000000..20000.00000000
shpf_r = 10.00000

# Low-pass filter mode Right: 0..3
#   0: off
#   1: 12 dB/oct
#   2: 24 dB/oct
#   3: 36 dB/oct
slpm_r = 0

# Low-pass filter frequency Right [Hz]: 10.00000000..20000.00000000
slpf_r = 20000.00000

# Attack time default Left [ms]: 0.00000000..5000.00000000
atd_l = 20.00000

# Release time default Left [ms]: 0.00000000..5000.00000000
rtd_l = 100.00000

# Point enable 0 Left [boolean]: true/false
pe0_l = true

# Threshold 0 Left [G]: 0.00025119..15.84893036
tl0_l = -48.93 db

# Gain 0 Left [G]: 0.00025119..15.84893036
gl0_l = -25.02 db

# Knee 0 Left [G]: 0.06310000..1.00000000
kn0_l = -6.00 db

# Attack enable 0 Left [boolean]: true/false
ae0_l = false

# Attack level 0 Left [G]: 0.00025119..15.84893036
al0_l = -12.00 db

# Attack time 0 Left [ms]: 0.00000000..5000.00000000
at0_l = 20.00000

# Release enable 0 Left [boolean]: true/false
re0_l = false

# Relative level 0 Left [G]: 0.00025119..15.84893036
rl0_l = -12.00 db

# Release time 0 Left [ms]: 0.00000000..5000.00000000
rt0_l = 100.00000

# Point enable 1 Left [boolean]: true/false
pe1_l = true

# Threshold 1 Left [G]: 0.00025119..15.84893036
tl1_l = -28.24 db

# Gain 1 Left [G]: 0.00025119..15.84893036
gl1_l = -24.00 db

# Knee 1 Left [G]: 0.06310000..1.00000000
kn1_l = -6.00 db

# Attack enable 1 Left [boolean]: true/false
ae1_l = false

# Attack level 1 Left [G]: 0.00025119..15.84893036
al1_l = -24.00 db

# Attack time 1 Left [ms]: 0.00000000..5000.00000000
at1_l = 20.00000

# Release enable 1 Left [boolean]: true/false
re1_l = false

# Relative level 1 Left [G]: 0.00025119..15.84893036
rl1_l = -24.00 db

# Release time 1 Left [ms]: 0.00000000..5000.00000000
rt1_l = 100.00000

# Point enable 2 Left [boolean]: true/false
pe2_l = false

# Threshold 2 Left [G]: 0.00025119..15.84893036
tl2_l = -36.00 db

# Gain 2 Left [G]: 0.00025119..15.84893036
gl2_l = -36.00 db

# Knee 2 Left [G]: 0.06310000..1.00000000
kn2_l = -6.00 db

# Attack enable 2 Left [boolean]: true/false
ae2_l = false

# Attack level 2 Left [G]: 0.00025119..15.84893036
al2_l = -36.00 db

# Attack time 2 Left [ms]: 0.00000000..5000.00000000
at2_l = 20.00000

# Release enable 2 Left [boolean]: true/false
re2_l = false

# Relative level 2 Left [G]: 0.00025119..15.84893036
rl2_l = -36.00 db

# Release time 2 Left [ms]: 0.00000000..5000.00000000
rt2_l = 100.00000

# Point enable 3 Left [boolean]: true/false
pe3_l = false

# Threshold 3 Left [G]: 0.00025119..15.84893036
tl3_l = -48.00 db

# Gain 3 Left [G]: 0.00025119..15.84893036
gl3_l = -48.00 db

# Knee 3 Left [G]: 0.06310000..1.00000000
kn3_l = -6.00 db

# Attack enable 3 Left [boolean]: true/false
ae3_l = false

# Attack level 3 Left [G]: 0.00025119..15.84893036
al3_l = -48.00 db

# Attack time 3 Left [ms]: 0.00000000..5000.00000000
at3_l = 20.00000

# Release enable 3 Left [boolean]: true/false
re3_l = false

# Relative level 3 Left [G]: 0.00025119..15.84893036
rl3_l = -48.00 db

# Release time 3 Left [ms]: 0.00000000..5000.00000000
rt3_l = 100.00000

# Low-level ratio Left: 0.01000000..100.00000000
llr_l = 2.16853

# High-level ratio Left: 0.01000000..100.00000000
hlr_l = 1.00000

# Overall makeup gain Left [G]: 0.00025119..15.84893036
omk_l = 0.00 db

# Dry gain Left [G]: 0.00000000..10.00000000
cdr_l = -inf db

# Wet gain Left [G]: 0.00000000..10.00000000
cwt_l = 0.00 db

# Curve modelling visibility Left [boolean]: true/false
cmv_l = true

# Sidechain level visibility Left [boolean]: true/false
slv_l = true

# Envelope level visibility Left [boolean]: true/false
elv_l = true

# Gain reduction visibility Left [boolean]: true/false
grv_l = true

# Attack time default Right [ms]: 0.00000000..5000.00000000
atd_r = 20.00000

# Release time default Right [ms]: 0.00000000..5000.00000000
rtd_r = 100.00000

# Point enable 0 Right [boolean]: true/false
pe0_r = true

# Threshold 0 Right [G]: 0.00025119..15.84893036
tl0_r = -9.82 db

# Gain 0 Right [G]: 0.00025119..15.84893036
gl0_r = -23.17 db

# Knee 0 Right [G]: 0.06310000..1.00000000
kn0_r = -6.00 db

# Attack enable 0 Right [boolean]: true/false
ae0_r = false

# Attack level 0 Right [G]: 0.00025119..15.84893036
al0_r = -12.00 db

# Attack time 0 Right [ms]: 0.00000000..5000.00000000
at0_r = 20.00000

# Release enable 0 Right [boolean]: true/false
re0_r = false

# Relative level 0 Right [G]: 0.00025119..15.84893036
rl0_r = -12.00 db

# Release time 0 Right [ms]: 0.00000000..5000.00000000
rt0_r = 100.00000

# Point enable 1 Right [boolean]: true/false
pe1_r = true

# Threshold 1 Right [G]: 0.00025119..15.84893036
tl1_r = -31.72 db

# Gain 1 Right [G]: 0.00025119..15.84893036
gl1_r = -29.46 db

# Knee 1 Right [G]: 0.06310000..1.00000000
kn1_r = -6.00 db

# Attack enable 1 Right [boolean]: true/false
ae1_r = false

# Attack level 1 Right [G]: 0.00025119..15.84893036
al1_r = -24.00 db

# Attack time 1 Right [ms]: 0.00000000..5000.00000000
at1_r = 20.00000

# Release enable 1 Right [boolean]: true/false
re1_r = false

# Relative level 1 Right [G]: 0.00025119..15.84893036
rl1_r = -24.00 db

# Release time 1 Right [ms]: 0.00000000..5000.00000000
rt1_r = 100.00000

# Point enable 2 Right [boolean]: true/false
pe2_r = true

# Threshold 2 Right [G]: 0.00025119..15.84893036
tl2_r = -37.59 db

# Gain 2 Right [G]: 0.00025119..15.84893036
gl2_r = -55.35 db

# Knee 2 Right [G]: 0.06310000..1.00000000
kn2_r = -6.00 db

# Attack enable 2 Right [boolean]: true/false
ae2_r = false

# Attack level 2 Right [G]: 0.00025119..15.84893036
al2_r = -36.00 db

# Attack time 2 Right [ms]: 0.00000000..5000.00000000
at2_r = 20.00000

# Release enable 2 Right [boolean]: true/false
re2_r = false

# Relative level 2 Right [G]: 0.00025119..15.84893036
rl2_r = -36.00 db

# Release time 2 Right [ms]: 0.00000000..5000.00000000
rt2_r = 100.00000

# Point enable 3 Right [boolean]: true/false
pe3_r = false

# Threshold 3 Right [G]: 0.00025119..15.84893036
tl3_r = -48.00 db

# Gain 3 Right [G]: 0.00025119..15.84893036
gl3_r = -48.00 db

# Knee 3 Right [G]: 0.06310000..1.00000000
kn3_r = -6.00 db

# Attack enable 3 Right [boolean]: true/false
ae3_r = false

# Attack level 3 Right [G]: 0.00025119..15.84893036
al3_r = -48.00 db

# Attack time 3 Right [ms]: 0.00000000..5000.00000000
at3_r = 20.00000

# Release enable 3 Right [boolean]: true/false
re3_r = false

# Relative level 3 Right [G]: 0.00025119..15.84893036
rl3_r = -48.00 db

# Release time 3 Right [ms]: 0.00000000..5000.00000000
rt3_r = 100.00000

# Low-level ratio Right: 0.01000000..100.00000000
llr_r = 1.00000

# High-level ratio Right: 0.01000000..100.00000000
hlr_r = 2.71496

# Overall makeup gain Right [G]: 0.00025119..15.84893036
omk_r = 18.65 db

# Dry gain Right [G]: 0.00000000..10.00000000
cdr_r = -inf db

# Wet gain Right [G]: 0.00000000..10.00000000
cwt_r = 0.00 db

# Curve modelling visibility Right [boolean]: true/false
cmv_r = true

# Sidechain level visibility Right [boolean]: true/false
slv_r = true

# Envelope level visibility Right [boolean]: true/false
elv_r = true

# Gain reduction visibility Right [boolean]: true/false
grv_r = true

# Input level visibility Left [boolean]: true/false
ilv_l = true

# Output level visibility Left [boolean]: true/false
olv_l = true

# Input level visibility Right [boolean]: true/false
ilv_r = true

# Output level visibility Right [boolean]: true/false
olv_r = true


# -------------------------------------------------------------------------------
# KVT parameters
# -------------------------------------------------------------------------------


# -------------------------------------------------------------------------------