25#ifndef LMMS_GUI_SLICERT_VIEW_H
26#define LMMS_GUI_SLICERT_VIEW_H
68 static constexpr int s_x1 = 35;
69 static constexpr int s_x2 = 85;
70 static constexpr int s_x3 = 160;
71 static constexpr int s_x4 = 190;
72 static constexpr int s_x5 = 275;
73 static constexpr int s_x6 = 325;
InstrumentView(Instrument *_instrument, QWidget *_parent)
Definition InstrumentView.cpp:34
Definition LcdSpinBox.h:35
LcdSpinBox * m_bpmBox
Definition SlicerTView.h:88
static constexpr int s_x1
Definition SlicerTView.h:68
SlicerTView(SlicerT *instrument, QWidget *parent)
Definition SlicerTView.cpp:49
void dropEvent(QDropEvent *de) override
Definition SlicerTView.cpp:185
PixmapButton * m_clearButton
Definition SlicerTView.h:91
static constexpr int s_sampleBoxHeight
Definition SlicerTView.h:63
QPushButton * m_resetButton
Definition SlicerTView.h:94
static constexpr int s_topBarHeight
Definition SlicerTView.h:60
void dragEnterEvent(QDragEnterEvent *dee) override
Definition SlicerTView.cpp:167
SlicerTWaveform * m_wf
Definition SlicerTView.h:97
bool isResizable() const override
Definition SlicerTView.h:82
static constexpr int s_textBoxWidth
Definition SlicerTView.h:58
QPixmap m_background
Definition SlicerTView.h:102
static constexpr int s_x2
Definition SlicerTView.h:69
static constexpr int s_x3
Definition SlicerTView.h:70
static constexpr int s_bottomBoxHeight
Definition SlicerTView.h:61
QPushButton * m_midiExportButton
Definition SlicerTView.h:95
static constexpr int s_leftBoxWidth
Definition SlicerTView.h:65
void resizeEvent(QResizeEvent *event) override
Definition SlicerTView.cpp:282
int m_y2
Definition SlicerTView.h:106
static constexpr int s_x4
Definition SlicerTView.h:71
Knob * m_fadeOutKnob
Definition SlicerTView.h:87
QPixmap m_fullLogo
Definition SlicerTView.h:101
ComboBox * m_snapSetting
Definition SlicerTView.h:89
void exportMidi()
Definition SlicerTView.cpp:137
static constexpr int s_textBoxHeight
Definition SlicerTView.h:57
Knob * createStyledKnob()
Definition SlicerTView.cpp:114
void paintEvent(QPaintEvent *pe) override
Definition SlicerTView.cpp:206
PixmapButton * m_folderButton
Definition SlicerTView.h:92
void openFiles()
Definition SlicerTView.cpp:159
void clearSlices()
Definition SlicerTView.cpp:124
SlicerT * m_slicerTParent
Definition SlicerTView.h:84
PixmapButton * m_syncToggle
Definition SlicerTView.h:90
static constexpr int s_x5
Definition SlicerTView.h:72
static constexpr int s_x6
Definition SlicerTView.h:73
Knob * m_noteThresholdKnob
Definition SlicerTView.h:86
static constexpr int s_bottomBoxOffset
Definition SlicerTView.h:62
int m_y1
Definition SlicerTView.h:105
static constexpr int s_folderButtonWidth
Definition SlicerTView.h:64
static uintptr_t parent
Definition pugl.h:1644
Definition AudioPortAudio.cpp:223
Definition AudioAlsa.cpp:35