LMMS
Loading...
Searching...
No Matches
InstrumentMidiIOView.h
Go to the documentation of this file.
1/*
2 * InstrumentMidiIOView.h - widget in instrument-track-window for setting
3 * up MIDI-related stuff
4 *
5 * Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
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 LMMS_GUI_INSTRUMENT_MIDI_IO_VIEW_H
27#define LMMS_GUI_INSTRUMENT_MIDI_IO_VIEW_H
28
29#include <QWidget>
30
31#include "ModelView.h"
32
33class QToolButton;
34
35namespace lmms
36{
37
38class InstrumentTrack;
39
40namespace gui
41{
42
43class GroupBox;
44class LcdSpinBox;
45class LedCheckBox;
46
47
74
75
76} // namespace gui
77
78} // namespace lmms
79
80#endif // LMMS_GUI_INSTRUMENT_MIDI_IO_VIEW_H
Definition InstrumentTrack.h:62
Definition GroupBox.h:40
QToolButton * m_wpBtn
Definition InstrumentMidiIOView.h:69
LcdSpinBox * m_fixedOutputNoteSpinBox
Definition InstrumentMidiIOView.h:68
GroupBox * m_midiInputGroupBox
Definition InstrumentMidiIOView.h:59
~InstrumentMidiIOView() override=default
InstrumentMidiIOView(QWidget *parent)
Definition InstrumentMidiIOView.cpp:42
LcdSpinBox * m_outputProgramSpinBox
Definition InstrumentMidiIOView.h:67
QToolButton * m_rpBtn
Definition InstrumentMidiIOView.h:62
GroupBox * m_midiOutputGroupBox
Definition InstrumentMidiIOView.h:64
LcdSpinBox * m_outputChannelSpinBox
Definition InstrumentMidiIOView.h:65
LcdSpinBox * m_baseVelocitySpinBox
Definition InstrumentMidiIOView.h:71
void modelChanged() override
Definition InstrumentMidiIOView.cpp:165
LcdSpinBox * m_fixedOutputVelocitySpinBox
Definition InstrumentMidiIOView.h:66
LcdSpinBox * m_fixedInputVelocitySpinBox
Definition InstrumentMidiIOView.h:61
LcdSpinBox * m_inputChannelSpinBox
Definition InstrumentMidiIOView.h:60
Definition LcdSpinBox.h:35
Definition LedCheckBox.h:37
ModelView(Model *model, QWidget *widget)
Definition ModelView.cpp:33
static uintptr_t parent
Definition pugl.h:1644
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35