Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_Sawtooth.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 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(KwidgetGUI_Sawtooth)
16 };
17} // 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_Sawtooth.h:4
void resized() override
Definition KwidgetGUI_Sawtooth.cpp:8
KwidgetGUI_Sawtooth(Kwidget &owner)
Definition KwidgetGUI_Sawtooth.cpp:3
AttachedSlider m_amplitude
Definition KwidgetGUI_Sawtooth.h:13
Interface for a UI Component that controls a KwidgetProcessor.
Definition KwidgetGUI.h:24
Definition Kwidget.h:8
Definition AirAbsorptionFilter.cpp:2
Definition Kwidget_Sawtooth.h:7
static const String Amplitude
Definition Kwidget_Sawtooth.h:8