|
| static void | delayline_impl (int age, int deltime, float dry_value, const float &delayed_value, float &out, float &del, gain_smoothing &amt, gain_smoothing &fb) |
| | Single delay line with feedback at the same tap.
|
| static void | delayline2_impl (int age, int deltime, float dry_value, const float &delayed_value, const float &delayed_value_for_fb, float &out, float &del, gain_smoothing &amt, gain_smoothing &fb) |
| | Single delay line with tap output.
|
| static void | delay_mix (float dry_left, float dry_right, float &out_left, float &out_right, float dry, float chmix) |
| static float | reverse_delay_line_impl (float in, float *buf, int *counter, int length) |