LMMS
Loading...
Searching...
No Matches
CrossoverEQControlDialog.h
Go to the documentation of this file.
1/*
2 * CrossoverEQControlDialog.h - A native 4-band Crossover Equalizer
3 * good for simulating tonestacks or simple peakless (flat-band) equalization
4 *
5 * Copyright (c) 2014 Vesa Kivimäki <contact/dot/diizy/at/nbl/dot/fi>
6 * Copyright (c) 2006-2014 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 CROSSOVEREQ_CONTROL_DIALOG_H
28#define CROSSOVEREQ_CONTROL_DIALOG_H
29
30#include "EffectControlDialog.h"
31
32namespace lmms
33{
34
35
37
38
39namespace gui
40{
41
43{
44 Q_OBJECT
45public:
47 ~CrossoverEQControlDialog() override = default;
48};
49
50
51} // namespace gui
52
53} // namespace lmms
54
55#endif
Definition CrossoverEQControls.h:39
~CrossoverEQControlDialog() override=default
CrossoverEQControlDialog(CrossoverEQControls *controls)
Definition CrossoverEQControlDialog.cpp:44
EffectControlDialog(EffectControls *controls)
Definition EffectControlDialog.cpp:33
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35