LMMS
Loading...
Searching...
No Matches
GranularPitchShifterControls.h
Go to the documentation of this file.
1/*
2 * GranularPitchShifterControls.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_CONTROL_DIALOG_H
26#define LMMS_GRANULAR_PITCH_SHIFTER_CONTROL_DIALOG_H
27
28#include "ComboBoxModel.h"
29#include "EffectControls.h"
31
32namespace lmms
33{
34
36
80
81} // namespace lmms
82
83#endif // LMMS_GRANULAR_PITCH_SHIFTER_CONTROL_DIALOG_H
Definition AutomatableModel.h:497
Definition ComboBoxModel.h:39
Effect * effect()
Definition EffectControls.h:70
EffectControls(Effect *_eff)
Definition EffectControls.h:46
Definition AutomatableModel.h:463
void loadSettings(const QDomElement &parent) override
Definition GranularPitchShifterControls.cpp:107
FloatModel m_twitchModel
Definition GranularPitchShifterControls.h:65
QString nodeName() const override
Definition GranularPitchShifterControls.h:46
FloatModel m_shapeModel
Definition GranularPitchShifterControls.h:68
ComboBoxModel m_rangeModel
Definition GranularPitchShifterControls.h:75
FloatModel m_jitterModel
Definition GranularPitchShifterControls.h:64
gui::EffectControlDialog * createView() override
Definition GranularPitchShifterControls.h:50
FloatModel m_pitchSpreadModel
Definition GranularPitchShifterControls.h:66
void updateRange()
Definition GranularPitchShifterControls.cpp:67
FloatModel m_sprayModel
Definition GranularPitchShifterControls.h:63
BoolModel m_prefilterModel
Definition GranularPitchShifterControls.h:72
FloatModel m_spraySpreadModel
Definition GranularPitchShifterControls.h:67
FloatModel m_pitchModel
Definition GranularPitchShifterControls.h:61
void saveSettings(QDomDocument &doc, QDomElement &parent) override
Definition GranularPitchShifterControls.cpp:128
friend class GranularPitchShifterEffect
Definition GranularPitchShifterControls.h:78
GranularPitchShifterEffect * m_effect
Definition GranularPitchShifterControls.h:60
FloatModel m_minLatencyModel
Definition GranularPitchShifterControls.h:71
FloatModel m_sizeModel
Definition GranularPitchShifterControls.h:62
FloatModel m_densityModel
Definition GranularPitchShifterControls.h:73
~GranularPitchShifterControls() override=default
GranularPitchShifterControls(GranularPitchShifterEffect *effect)
Definition GranularPitchShifterControls.cpp:32
int controlCount() override
Definition GranularPitchShifterControls.h:54
FloatModel m_glideModel
Definition GranularPitchShifterControls.h:74
FloatModel m_feedbackModel
Definition GranularPitchShifterControls.h:70
FloatModel m_fadeLengthModel
Definition GranularPitchShifterControls.h:69
Definition GranularPitchShifterEffect.h:48
Definition EffectControlDialog.h:42
Definition GranularPitchShifterControlDialog.h:41
static uintptr_t parent
Definition pugl.h:1644
Definition AudioAlsa.cpp:35