LV2  1.0.13
Data Fields
LV2UI_Peak_Data Struct Reference

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

Data Fields

uint32_t period_start
 The start of the measurement period.
uint32_t period_size
 The size of the measurement period, in the same units as period_start.
float peak
 The peak value for the measurement period.

Detailed Description

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


Field Documentation

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.

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

The peak value for the measurement period.

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


The documentation for this struct was generated from the following file: