1. Significantly lower a particular channel's volume (channel 1). This is the only channel with the 1 kHz tone. We are choosing -24 dB to match our makeup gain below.
2. Sum 60 additional channels with channel 1. These additional channels will have their volume lowered by 30 dB to avoid a sum over 0 dBFS.
3. Half of the extra channels will have their polarity reversed in order to cancel out the signal of the other 30 channels (but not channel 1).
4. Raise the output at the master fader channel to observe what detail remains of channel 1!
Results
Engineering talk aside, the test shows that this mixer will perform accurately by preserving the details of every track if you follow the design.
The rule is simply: Do not let channel outputs exceed 0 dB full scale. This is generally a good rule for any DAW.
As you can see in the FFT's, the output looks just like the input despite all the calculations subjected up on it.
The output .wav file itself can be downloaded here for further analysis.
The data output showing channel peaks from Mixer4 can be seen here. Output levels are 3 dB lower than the fader levels due to the 3 dB pan law.
Here are a few things I hope you can appreciate.
1. Channel 1 had its gain reduced by an equivalent of about 4 bits, yet those bits were not lost during the mix. If they were lost, we would see other frequencies in the ouput signal.
2. Channel 1 is added to the the accumulator first and then all the other signals are added subsequently. Channel 1 remains intact despite all the other signals.
3. Signals do not begin cancelling due to polarity differences until track 32 is added to the accumulator. Unlike sum test 1, this test shows that many many tracks can be added before nulling begins.
4. All the summing is done with a fixed point accumulator. Other designs are possible, but this is a design that clearly works.
5. The time taken to do the mix was about 6.02 seconds on an solid state drive and a Core 2 processor @ 2.5 GHz running Linux 3.10.
Try it yourself with Mixer4 or another mixer with the source files below:
The 1 kHz wave file
The 2 kHz wave file
The 4 kHz wave file
The 8 kHz wave file
The faders.txt file
The tracks.txt file
The prefs.txt file