Function AudioEffectCompressor.mix

Balance between original signal and effect signal. Value can range from 0 (totally dry) to 1 (totally wet).

double mix() nothrow @property @nogc;

void mix (
  double v
) nothrow @property @nogc;