Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_MoogVcf.h
Go to the documentation of this file.
1namespace krotos
2{
4 {
5 public:
7
9
10 void resized() override;
11
12 private:
14
15 ToggleButton m_bypass;
16 std::unique_ptr<ButtonParameterAttachment> m_bypassAttachment;
17
18 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(KwidgetGUI_MoogVcf)
19 };
20} // namespace krotos
This class combines a Slider, Label, and a SliderAttachment to simplify the process of adding knobs t...
Definition AttachedSlider.h:10
Definition KwidgetGUI_MoogVcf.h:4
AttachedSlider m_cutoff
Definition KwidgetGUI_MoogVcf.h:13
KwidgetGUI_MoogVcf(Kwidget &owner)
Definition KwidgetGUI_MoogVcf.cpp:3
AttachedSlider m_resonance
Definition KwidgetGUI_MoogVcf.h:13
ToggleButton m_bypass
Definition KwidgetGUI_MoogVcf.h:15
std::unique_ptr< ButtonParameterAttachment > m_bypassAttachment
Definition KwidgetGUI_MoogVcf.h:16
void resized() override
Definition KwidgetGUI_MoogVcf.cpp:14
Interface for a UI Component that controls a KwidgetProcessor.
Definition KwidgetGUI.h:24
Definition Kwidget.h:8
Definition AirAbsorptionFilter.cpp:2
Definition Kwidget_MoogVcf.h:7
static const String Cutoff
Definition Kwidget_MoogVcf.h:8
static const String Resonance
Definition Kwidget_MoogVcf.h:9