LMMS
Loading...
Searching...
No Matches
InstrumentTuningView.h
Go to the documentation of this file.
1/*
2 * InstrumentTuningView.h - widget in instrument-track-window for setting up
3 * tuning and transposition options
4 *
5 * Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
6 * Copyright (c) 2020-2022 Martin Pavelek <he29.HS/at/gmail.com>
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 LMMS_GUI_INSTRUMENT_TUNING_VIEW_H
28#define LMMS_GUI_INSTRUMENT_TUNING_VIEW_H
29
30#include <QWidget>
31
32class QLabel;
33
34namespace lmms
35{
36
37class InstrumentTrack;
38
39namespace gui
40{
41
42class ComboBox;
43class GroupBox;
44class LedCheckBox;
45
46
74
75
76} // namespace gui
77
78} // namespace lmms
79
80#endif // LMMS_GUI_INSTRUMENT_TUNING_VIEW_H
Definition InstrumentTrack.h:62
Definition ComboBox.h:38
Definition GroupBox.h:40
GroupBox * pitchGroupBox()
Definition InstrumentTuningView.h:53
GroupBox * m_pitchGroupBox
Definition InstrumentTuningView.h:64
InstrumentTuningView(InstrumentTrack *it, QWidget *parent)
Definition InstrumentTuningView.cpp:47
GroupBox * m_microtunerGroupBox
Definition InstrumentTuningView.h:65
LedCheckBox * m_rangeImportCheckbox
Definition InstrumentTuningView.h:72
ComboBox * m_keymapCombo
Definition InstrumentTuningView.h:70
QLabel * microtunerNotSupportedLabel()
Definition InstrumentTuningView.h:56
ComboBox * keymapCombo()
Definition InstrumentTuningView.h:59
GroupBox * microtunerGroupBox()
Definition InstrumentTuningView.h:54
ComboBox * m_scaleCombo
Definition InstrumentTuningView.h:69
ComboBox * scaleCombo()
Definition InstrumentTuningView.h:58
QLabel * m_microtunerNotSupportedLabel
Definition InstrumentTuningView.h:67
LedCheckBox * rangeImportCheckbox()
Definition InstrumentTuningView.h:61
Definition LedCheckBox.h:37
static uintptr_t parent
Definition pugl.h:1644
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35