LMMS
Loading...
Searching...
No Matches
GranularPitchShifterControlDialog.h
Go to the documentation of this file.
1/*
2 * GranularPitchShifterControlDialog.h
3 *
4 * Copyright (c) 2024 Lost Robot <r94231/at/gmail/dot/com>
5 *
6 * This file is part of LMMS - https://lmms.io
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public
19 * License along with this program (see COPYING); if not, write to the
20 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301 USA.
22 *
23 */
24
25#ifndef LMMS_GRANULAR_PITCH_SHIFTER_CONTROLS_H
26#define LMMS_GRANULAR_PITCH_SHIFTER_CONTROLS_H
27
28#include "EffectControlDialog.h"
29
30#include <QTextEdit>
31
32namespace lmms
33{
34
36
37namespace gui
38{
39
41{
42 Q_OBJECT
43public:
46public slots:
47 void showHelpWindow();
48};
49
50class GranularPitchShifterHelpView : public QTextEdit
51{
52 Q_OBJECT
53public:
55 {
56 static GranularPitchShifterHelpView instance;
57 return &instance;
58 }
59
60private:
62 static QString s_helpText;
63};
64
65} // namespace gui
66
67} // namespace lmms
68
69#endif // LMMS_GRANULAR_PITCH_SHIFTER_CONTROLS_H
Definition GranularPitchShifterControls.h:38
EffectControlDialog(EffectControls *controls)
Definition EffectControlDialog.cpp:33
void showHelpWindow()
Definition GranularPitchShifterControlDialog.cpp:105
GranularPitchShifterControlDialog(GranularPitchShifterControls *controls)
Definition GranularPitchShifterControlDialog.cpp:39
static QString s_helpText
Definition GranularPitchShifterControlDialog.h:62
static GranularPitchShifterHelpView * getInstance()
Definition GranularPitchShifterControlDialog.h:54
GranularPitchShifterHelpView()
Definition GranularPitchShifterControlDialog.cpp:140
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35