ff_meters
Add meter components to visualise AudioBuffers
|
This is the complete list of members for foleys::LevelMeter::LookAndFeelMethods, including all inherited members.
drawBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawClipIndicator(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const bool hasClipped)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawClipIndicatorBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMaxNumber(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const float maxGain)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMaxNumberBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterBar(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const float rms, const float peak)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterBarBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterBars(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const LevelMeterSource *source, const int fixedNumChannels=-1, const int selectedChannel=-1)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterBarsBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const int numChannels, const int fixedNumChannels=-1)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterChannel(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds, const LevelMeterSource *source, const int selectedChannel)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterChannelBackground(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawMeterReduction(juce::Graphics &g, const foleys::LevelMeter::MeterFlags meterType, const juce::Rectangle< float > bounds, const float reduction)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
drawTickMarks(juce::Graphics &, const MeterFlags meterType, const juce::Rectangle< float > bounds)=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterBarBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType, const int numChannels, const int channel) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterClipIndicatorBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterInnerBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterMaxNumberBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
getMeterTickmarksBounds(const juce::Rectangle< float > bounds, const MeterFlags meterType) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
hitTestClipIndicator(const juce::Point< int > position, const MeterFlags meterType, const juce::Rectangle< float > bounds, const LevelMeterSource *source) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
hitTestMaxNumber(const juce::Point< int > position, const MeterFlags meterType, const juce::Rectangle< float > bounds, const LevelMeterSource *source) const =0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
setupDefaultMeterColours()=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
updateMeterGradients()=0 | foleys::LevelMeter::LookAndFeelMethods | pure virtual |
~LookAndFeelMethods() | foleys::LevelMeter::LookAndFeelMethods | virtual |