Meter struct

A Meter used by a single GUI element.

Contents

Public variables

Port* port
Port associated with this meter.
TruePeakDsp* true_peak_processor
True peak processor.
float true_peak
Current true peak.
KMeterDsp* kmeter_processor
K RMS processor, if K meter.
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).