Zrythm
a highly automated and intuitive digital audio workstation
|
Go to the source code of this file.
Data Structures | |
struct | PeakFallSmooth |
Functions | |
PeakFallSmooth * | peak_fall_smooth_new (void) |
void | peak_fall_smooth_calculate_coeff (PeakFallSmooth *self, const float frequency, const float sample_rate) |
void | peak_fall_smooth_set_value (PeakFallSmooth *self, const float val) |
float | peak_fall_smooth_get_smoothed_value (PeakFallSmooth *self) |
void | peak_fall_smooth_free (PeakFallSmooth *self) |