Class daisysp::Balance¶
#include <balance.h>
Public Functions¶
Type | Name |
---|---|
Balance () |
|
void | Init (float sample_rate) |
float | Process (float sig, float comp) |
void | SetCutoff (float cutoff) |
~Balance () |
Detailed Description¶
Balances two sound sources. Sig is boosted to the level of comp.
Public Functions Documentation¶
function Balance¶
function Init¶
Initializes the balance module.
Parameters:
sample_rate
- The sample rate of the audio engine being run.
function Process¶
adjust sig level to level of comp
function SetCutoff¶
adjusts the rate at which level compensation happens
Parameters:
cutoff
: Sets half power point of special internal cutoff filter.
defaults to 10
function ~Balance¶
The documentation for this class was generated from the following file external-docs/DaisySP/DaisySP-LGPL/Source/Dynamics/balance.h