21#include <JuceHeader.h>
46 void paint (Graphics&)
override;
59 int m_channelCount{ 0 };
Base class for all audio-data visualisation components in the Mema processor editor.
Base class for all data objects exchanged between the audio processor and its analyzers/visualisers.
void paint(Graphics &) override
void setDirection(Direction direction)
Direction
Orientation of the meter bars.
@ Vertical
Bars grow bottom-to-top.
@ Horizontal
Bars grow left-to-right.
void setChannelCount(int channelCount)
void processingDataChanged(AbstractProcessorData *data) override