LMMS
Loading...
Searching...
No Matches
LadspaControlDialog.h
Go to the documentation of this file.
1/*
2 * LadspaControlDialog.h - dialog for displaying and editing control port
3 * values for LADSPA plugins
4 *
5 * Copyright (c) 2006-2008 Danny McRae <khjklujn/at/users.sourceforge.net>
6 * Copyright (c) 2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
7 *
8 * This file is part of LMMS - https://lmms.io
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public
12 * License as published by the Free Software Foundation; either
13 * version 2 of the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public
21 * License along with this program (see COPYING); if not, write to the
22 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 * Boston, MA 02110-1301 USA.
24 *
25 */
26
27#ifndef LADSPA_CONTROL_DIALOG_H
28#define LADSPA_CONTROL_DIALOG_H
29
30#include "EffectControlDialog.h"
31
32
33class QHBoxLayout;
34
35namespace lmms
36{
37
38class LadspaControls;
39
40
41namespace gui
42{
43
44
45class LedCheckBox;
46
47
49{
50 Q_OBJECT
51public:
53 ~LadspaControlDialog() override = default;
54
55
56private slots:
58
59
60private:
61 QHBoxLayout * m_effectLayout;
63
64} ;
65
66
67} // namespace gui
68
69} // namespace lmms
70
71#endif
Definition LadspaControls.h:44
EffectControlDialog(EffectControls *controls)
Definition EffectControlDialog.cpp:33
~LadspaControlDialog() override=default
LadspaControlDialog(LadspaControls *_ctl)
Definition LadspaControlDialog.cpp:44
void updateEffectView(lmms::LadspaControls *_ctl)
Definition LadspaControlDialog.cpp:70
QHBoxLayout * m_effectLayout
Definition LadspaControlDialog.h:61
LedCheckBox * m_stereoLink
Definition LadspaControlDialog.h:62
Definition LedCheckBox.h:37
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35