LMMS
Loading...
Searching...
No Matches
InstrumentSoundShapingView.h
Go to the documentation of this file.
1/*
2 * InstrumentSoundShapingView.h - view for InstrumentSoundShaping class
3 *
4 * Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
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_GUI_INSTRUMENT_SOUND_SHAPING_VIEW_H
26#define LMMS_GUI_INSTRUMENT_SOUND_SHAPING_VIEW_H
27
28#include <QWidget>
29
30#include "ModelView.h"
31
32class QLabel;
33
34namespace lmms { class InstrumentSoundShaping; }
35
36namespace lmms::gui
37{
38
40class ComboBox;
41class GroupBox;
42class Knob;
43class TabWidget;
44
45
75
76
77} // namespace lmms::gui
78
79#endif // LMMS_GUI_INSTRUMENT_SOUND_SHAPING_VIEW_H
Definition InstrumentSoundShaping.h:46
Definition ComboBox.h:38
Definition EnvelopeAndLfoView.h:52
Definition GroupBox.h:40
TabWidget * m_targetsTabWidget
Definition InstrumentSoundShapingView.h:61
InstrumentSoundShapingView(QWidget *_parent)
Definition InstrumentSoundShapingView.cpp:44
void setFunctionsHidden(bool hidden)
Definition InstrumentSoundShapingView.cpp:102
Knob * m_filterResKnob
Definition InstrumentSoundShapingView.h:71
InstrumentSoundShaping * m_ss
Definition InstrumentSoundShapingView.h:60
EnvelopeAndLfoView * m_resonanceView
Definition InstrumentSoundShapingView.h:65
QLabel * m_singleStreamInfoLabel
Definition InstrumentSoundShapingView.h:73
Knob * m_filterCutKnob
Definition InstrumentSoundShapingView.h:70
EnvelopeAndLfoView * m_cutoffView
Definition InstrumentSoundShapingView.h:64
~InstrumentSoundShapingView() override
Definition InstrumentSoundShapingView.cpp:95
EnvelopeAndLfoView * m_volumeView
Definition InstrumentSoundShapingView.h:63
GroupBox * m_filterGroupBox
Definition InstrumentSoundShapingView.h:68
ComboBox * m_filterComboBox
Definition InstrumentSoundShapingView.h:69
void modelChanged() override
Definition InstrumentSoundShapingView.cpp:111
Definition Knob.h:47
ModelView(Model *model, QWidget *widget)
Definition ModelView.cpp:33
Definition TabWidget.h:38
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35