Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
balance_control.h File Reference

Balance control of stereo sources, mainly used in the mixer channels. More...

Go to the source code of this file.

Enumerations

enum  BalanceControlAlgorithm { BALANCE_CONTROL_ALGORITHM_LINEAR }
 See https://www.harmonycentral.com/articles/the-truth-about-panning-laws. More...
 

Functions

void balance_control_get_calc_lr (BalanceControlAlgorithm algo, float pan, float *calc_l, float *calc_r)
 Returns the coefficients to multiply the L and R signal with.
 

Detailed Description

Balance control of stereo sources, mainly used in the mixer channels.

Definition in file balance_control.h.