LMMS
Loading...
Searching...
No Matches
PeakControllerEffectControlDialog.h
Go to the documentation of this file.
1/*
2 * peak_controller_EffectControlDialog.h - control dialog for
3 * peakControllerEffect
4 *
5 * Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail/dot/com>
6 *
7 * This file is part of LMMS - https://lmms.io
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public
11 * License as published by the Free Software Foundation; either
12 * version 2 of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public
20 * License along with this program (see COPYING); if not, write to the
21 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 * Boston, MA 02110-1301 USA.
23 *
24 */
25
26#ifndef _PEAK_CONTROLLER_EFFECT_CONTROL_DIALOG_H
27#define _PEAK_CONTROLLER_EFFECT_CONTROL_DIALOG_H
28
29#include "EffectControlDialog.h"
30
31namespace lmms
32{
33
35
36namespace gui
37{
38class Knob;
39class LedCheckBox;
40
41
63
64} // namespace gui
65
66} // namespace lmms
67
68#endif
Definition PeakControllerEffectControls.h:40
EffectControlDialog(EffectControls *controls)
Definition EffectControlDialog.cpp:33
Definition Knob.h:47
Definition LedCheckBox.h:37
LedCheckBox * m_absLed
Definition PeakControllerEffectControlDialog.h:59
Knob * m_tresholdKnob
Definition PeakControllerEffectControlDialog.h:56
Knob * m_attackKnob
Definition PeakControllerEffectControlDialog.h:54
Knob * m_baseKnob
Definition PeakControllerEffectControlDialog.h:52
LedCheckBox * m_muteLed
Definition PeakControllerEffectControlDialog.h:57
Knob * m_amountMultKnob
Definition PeakControllerEffectControlDialog.h:60
Knob * m_decayKnob
Definition PeakControllerEffectControlDialog.h:55
PeakControllerEffectControlDialog(PeakControllerEffectControls *_controls)
Definition PeakControllerEffectControlDialog.cpp:41
Knob * m_amountKnob
Definition PeakControllerEffectControlDialog.h:53
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35