LMMS
Loading...
Searching...
No Matches
_LV2UI_Peak_Data Struct Reference

#include <ui.h>

Public Attributes

uint32_t period_start
uint32_t period_size
float peak

Detailed Description

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

Member Data Documentation

◆ peak

float _LV2UI_Peak_Data::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 _LV2UI_Peak_Data::period_size

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

◆ period_start

uint32_t _LV2UI_Peak_Data::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.


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