Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_Lfo.h
Go to the documentation of this file.
1
namespace
krotos
2
{
3
class
KwidgetGUI_Lfo
:
public
KwidgetGUI
4
{
5
public
:
6
using
Parameters
=
Kwidget_Lfo::Parameters
;
7
8
KwidgetGUI_Lfo
(
Kwidget
& owner);
9
10
void
resized
()
override
;
11
12
private
:
13
AttachedSlider
m_freq
{
"Freq"
};
14
15
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(
KwidgetGUI_Lfo
)
16
};
17
}
// namespace krotos
krotos::AttachedSlider
This class combines a Slider, Label, and a SliderAttachment to simplify the process of adding knobs t...
Definition
AttachedSlider.h:10
krotos::KwidgetGUI_Lfo
Definition
KwidgetGUI_Lfo.h:4
krotos::KwidgetGUI_Lfo::m_freq
AttachedSlider m_freq
Definition
KwidgetGUI_Lfo.h:13
krotos::KwidgetGUI_Lfo::KwidgetGUI_Lfo
KwidgetGUI_Lfo(Kwidget &owner)
Definition
KwidgetGUI_Lfo.cpp:3
krotos::KwidgetGUI_Lfo::resized
void resized() override
Definition
KwidgetGUI_Lfo.cpp:10
krotos::KwidgetGUI
Interface for a UI Component that controls a KwidgetProcessor.
Definition
KwidgetGUI.h:24
krotos::Kwidget
Definition
Kwidget.h:8
krotos
Definition
AirAbsorptionFilter.cpp:2
krotos::Kwidget_Lfo::Parameters
Definition
Kwidget_Lfo.h:7
krotos_kwidget
kwidgets
lfo
KwidgetGUI_Lfo.h
Generated by
1.12.0