File size: 1,180 Bytes
8cb3861
 
 
 
 
 
5945136
 
 
 
8cb3861
5945136
 
 
8cb3861
 
 
30c1d67
5945136
8cb3861
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5945136
8cb3861
b45dcb0
 
 
 
15b101a
 
 
5945136
 
 
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
# @package _global_

effects:
  chorus:
      _target_: remfx.effects.RandomPedalboardChorus
      sample_rate: ${sample_rate}
      min_rate_hz: 0.25
      max_rate_hz: 1.5
      min_feedback: 0.1
      max_feedback: 0.4
      min_depth: 0.2
      max_depth: 0.6
      min_mix: 0.15
      max_mix: 0.4
  distortion:
      _target_: remfx.effects.RandomPedalboardDistortion
      sample_rate: ${sample_rate}
      min_drive_db: 8
      max_drive_db: 25
  compressor:
      _target_: remfx.effects.RandomPedalboardCompressor
      sample_rate: ${sample_rate}
      min_threshold_db: -42.0
      max_threshold_db: -20.0
      min_ratio: 1.5
      max_ratio: 6.0
  reverb:
      _target_: remfx.effects.RandomPedalboardReverb
      sample_rate: ${sample_rate}
      min_room_size: 0.3
      max_room_size: 1.0
      min_damping: 0.2
      max_damping: 1.0
      min_wet_dry: 0.2
      max_wet_dry: 0.6
      min_width: 0.2
      max_width: 1.0
  delay:
      _target_: remfx.effects.RandomPedalboardDelay
      sample_rate: ${sample_rate}
      min_delay_seconds: 0.1
      max_delay_sconds: 1.0
      min_feedback: 0.05
      max_feedback: 0.3
      min_mix: 0.1
      max_mix: 0.35