11 #include "../JuceLibraryCode/JuceHeader.h" 32 void paint(juce::Graphics&)
override;
36 juce::Slider irLength;
37 juce::Slider preDelay;
40 juce::Slider wetRatio;
47 juce::Label irLengthLabel;
50 juce::Label preDelayLabel;
53 juce::Label irGainLabel;
56 juce::Label outGainLabel;
59 juce::Label wetRatioLabel;
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 UIReverbBlock when the block is resized.
UIReverbBlock(AudioProcessor &processor)
Constructs an UIReverbBlock object.