![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
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 |
Cached per-channel FFT peak and hold data ready for painting.
Definition at line 35 of file SpectrumAudioComponent.h.
| float Mema::SpectrumAudioComponent::PlotPoints::freqRes |
Definition at line 41 of file SpectrumAudioComponent.h.
| std::vector<float> Mema::SpectrumAudioComponent::PlotPoints::holds |
Definition at line 38 of file SpectrumAudioComponent.h.
| float Mema::SpectrumAudioComponent::PlotPoints::maxFreq |
Definition at line 40 of file SpectrumAudioComponent.h.
| float Mema::SpectrumAudioComponent::PlotPoints::minFreq |
Definition at line 39 of file SpectrumAudioComponent.h.
| std::vector<float> Mema::SpectrumAudioComponent::PlotPoints::peaks |
Definition at line 37 of file SpectrumAudioComponent.h.