Normalize audio output
Hello,
I'm trying to find a solution to normalize the audio output level coming from a group of 4 live.gain objects.
Each of these objects is assigned a random value, and the cumulative sum of these values (peak) often fails to reach 0 dB at the plugout object.
The screenshot I attached shows what I think the patch should look like, but it's not working. Any tips on how to achieve a consistent output at 0 dB peak (or -0.5 dB), while maintaining the relative differences between the 4 live.gain values?
Thank you x

read normalize~ help file, keyword is reset
explanation: normalize analyses input levels and calculates max gain.
when you downscale levels using that live.gain things
you have to reset it
yesss, that reset message was what i was missing! you're a legend, thank you sooo much!