LV2UI_Peak_Data

Peak data for a slice of time, the update format for ui:peakProtocol.

version(LV2)
extern (C) nothrow @nogc
struct LV2UI_Peak_Data {}

Members

Variables

peak
float peak;

The peak value for the measurement period. This should be the maximal value for abs(sample) over all the samples in the period.

period_size
uint32_t period_size;

The size of the measurement period, in the same units as period_start.

period_start
uint32_t period_start;

The start of the measurement period. This is just a running counter that is only meaningful in comparison to previous values and must not be interpreted as an absolute time.

Meta