11 #include "../JuceLibraryCode/JuceHeader.h" 30 void paint(juce::Graphics&)
override;
34 juce::TextButton isOn;
35 juce::TextButton irChoice;
36 juce::TextButton sampleRate;
38 juce::AudioProcessorValueTreeState& parameters;
39 juce::StringArray previousSelectedIRs;
46 juce::Label isOnLabel;
49 juce::Label irChoiceLabel;
51 juce::Label sampleRateLabel;
float getParam(const juce::AudioProcessorValueTreeState ¶ms, const juce::String &blockId) const
Internal method used to get (and check) a parameter's value.
void resized() override
Manages the layout of UIHeaderBlock when the block is resized.