Jamoma API
0.6.0.a19
|
TTBalance balance the gain level according to a side band signal. More...
#include "TTDSP.h"
Go to the source code of this file.
Classes | |
class | TTBalance |
Use signal B to balance gain levels of signal A Based on an algorithm from Dodge & Jerse (1997): Computer Music - Synthesis, Composition, and Performance. More... | |
TTBalance balance the gain level according to a side band signal.
Based on an algorithm from Dodge & Jerse (1997): Computer Music - Synthesis, Composition, and Performance. 2nd edition. Schirmer.
In fact, this processor can work on a number of channels, provided that the number of input channels is twice the number of output channels. In this case the first N/2 input channels are considered as the A source and the last N/2 input channels are considered the B source.
Definition in file TTBalance.h.