mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 23:44:42 -04:00
feat: change the compressor unit to apply post-gain instead of pregain.
Pregaining ran into trouble: could not bring the signal level back to near 0dB. For example, with infinite ratio in the pre-gain system, the signal level was capped at threshold, which in turn ran into trouble with stereo signals.
This commit is contained in:
@ -49,7 +49,7 @@ patch:
|
||||
parameters: {stereo: 1}
|
||||
id: 1
|
||||
- type: compressor
|
||||
parameters: {attack: 32, invgain: 32, ratio: 96, release: 64, stereo: 1, threshold: 64}
|
||||
parameters: {attack: 16, invgain: 64, ratio: 96, release: 64, stereo: 1, threshold: 71}
|
||||
- type: mulp
|
||||
parameters: {stereo: 1}
|
||||
- type: out
|
||||
|
Reference in New Issue
Block a user