45 void paintCircularLevelIndication(juce::Graphics& g,
const juce::Rectangle<float>& circleArea,
const std::map<
int, juce::Point<float>>& channelLevelMaxPoints,
const juce::Array<juce::AudioChannelSet::ChannelType>& channelsToPaint);
46 void paintLevelMeterIndication(juce::Graphics& g,
const juce::Rectangle<float>& levelMeterArea,
const juce::Array<juce::AudioChannelSet::ChannelType>& channelsToPaint);