Mema
Memory Matrix — multi-channel audio matrix monitor and router
Loading...
Searching...
No Matches
Mema::SpectrumAudioComponent::PlotPoints Struct Reference

Cached per-channel FFT peak and hold data ready for painting. More...

#include <SpectrumAudioComponent.h>

Public Attributes

std::vector< float > peaks
 
std::vector< float > holds
 
float minFreq
 
float maxFreq
 
float freqRes
 

Detailed Description

Cached per-channel FFT peak and hold data ready for painting.

Definition at line 35 of file SpectrumAudioComponent.h.

Member Data Documentation

◆ freqRes

float Mema::SpectrumAudioComponent::PlotPoints::freqRes

Definition at line 41 of file SpectrumAudioComponent.h.

◆ holds

std::vector<float> Mema::SpectrumAudioComponent::PlotPoints::holds

Definition at line 38 of file SpectrumAudioComponent.h.

◆ maxFreq

float Mema::SpectrumAudioComponent::PlotPoints::maxFreq

Definition at line 40 of file SpectrumAudioComponent.h.

◆ minFreq

float Mema::SpectrumAudioComponent::PlotPoints::minFreq

Definition at line 39 of file SpectrumAudioComponent.h.

◆ peaks

std::vector<float> Mema::SpectrumAudioComponent::PlotPoints::peaks

Definition at line 37 of file SpectrumAudioComponent.h.


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