Please check out these screenshots:
before:

after consolidate:

???


Here is a misunderstanding. Live does *not* change the relative amplitudes through consolidate. *But* we need to change the clip volume *because* Live makes quite an effort so that consolidate does change as less as possible in terms of the resulting audio.
So why do we need to change the volume? Some examples:
1) We have a clip with a sample that is normalized means it uses the whole resolution that lets say a 16 bit sample file offers. And now you raise the gain of that clip. What happens? That clip creates audio that is above 0 db. If we would write this to a file it would result in a sound file with clipping. So we need to normalize the audio before writing it to the file. But now we need to lower the gain of the consolidated clip to ensure that this clip will not create loader audio.
2) Internally the audio engine calculates in 32 bit float resolution. So every convertion of a intermediate signal to a 16 or even 24 bit resolution - and that is what happens when you consolidate - will result in a reduction of resolution - by definition, no matter of you use dithering or not. So if you now consolidate a very quiet part of a sample and Live would write it back to the file as it is, the sound would even loose more resolution.
So for all this and some other reasons Live always normalizes the audio before writing it to disk when consolidating to keep as much resolution as possible. This can result in a clip that has a gain different from the original clip, but again, it never results in a different amplitude of the resulting audio.
Kind regards, Bernd.
hey alex, thanks for adressing thisAlex wrote: This can result in a clip that has a gain different from the original clip, but again, it never results in a different amplitude of the resulting audio.