20#include <JuceHeader.h>
29public juce::AudioBuffer<float>
46 unsigned long m_sampleRate;
Base class for all data objects exchanged between the audio processor and its analyzers/visualisers.
ProcessorAudioSignalData()
unsigned long GetSampleRate()
Returns the sample rate associated with this buffer.
void SetSampleRate(unsigned long rate)
Sets the sample rate associated with this buffer.
~ProcessorAudioSignalData()
unsigned long GetChannelCount() override
Returns the number of channels in the audio buffer.
void SetChannelCount(unsigned long count) override
Sets the number of channels in the audio buffer.