Hi there,
I recently finished a little script that has a section to normalize all events on a track.
I came across the extra setting below and could not make sense of it.
// Set normalization parameters audioEvent.Normalize = true; // This value can be adjusted audioEvent.NormalizeGain = 0.0;
For example:
// Set normalization parameters audioEvent.Normalize = true;
Will simply turn normalization on, which is the same as using the switches control in Vegas.
However, I tried various settings of this value and it didn't seem to behave as expected.
// This value can be adjusted audioEvent.NormalizeGain = 0.0;
I wonder if anyone knowns how to use this setting, i.e what is the default value of that when simply not using it?
I will experiment more; I should be able to figure this out really as sound engineering is really my main line of work, but I thought maybe someone who has already used this may have a clue.
Cheers,
P