Lines Matching full:ratio
71 * ratio - The input/output dB ratio after the knee region.
210 * drc.[0-2].{f, enable, threshold, knee, ratio, attack, release, boost}
233 set_config('drc', i, 'ratio', INIT_DRC_RATIO);
705 comp.ratio.value = INIT_DRC_RATIO;
725 case 'ratio':
1169 use_config('drc', index, 'ratio', v);
1201 'ratio': new slider_input(table, 'Ratio', INIT_DRC_RATIO, 1, 20, 0.001,
1218 case 'ratio':
1239 case 'ratio':
1564 var ratio = INIT_DRC_RATIO;
1659 curve_slope = 1 / ratio;
1660 curve_k = kAtSlope(1 / ratio);
1756 ratio = v;