Zrythm
a highly automated and intuitive digital audio workstation
|
A Meter used by a single GUI element. More...
#include <dsp/meter.h>
Data Fields | |
Port * | port |
Port associated with this meter. | |
TruePeakDsp * | true_peak_processor |
True peak processor. | |
TruePeakDsp * | true_peak_max_processor |
float | true_peak |
Current true peak. | |
float | true_peak_max |
KMeterDsp * | kmeter_processor |
K RMS processor, if K meter. | |
PeakDsp * | peak_processor |
MeterAlgorithm | algorithm |
Algorithm to use. | |
float | prev_max |
Previous max, used when holding the max value. | |
float | last_amp |
Last meter value (in amplitude), used to show a falloff and avoid sudden dips. | |
gint64 | last_draw_time |
Time the last val was taken at (last draw time). | |
gint64 | last_midi_trigger_time |