Split InstrumentTrack (#6176)

Split InstrumentTrackView and InstrumentTrackWindow off of InstrumentTrack
This commit is contained in:
Alexandre Almeida
2021-10-02 00:40:01 -03:00
committed by GitHub
parent 745dec673d
commit 47cddcba75
16 changed files with 1354 additions and 1217 deletions

View File

@@ -26,6 +26,7 @@
#include <QDebug>
#include <QDragEnterEvent>
#include <QPushButton>
#include "AudioEngine.h"
#include "Engine.h"

View File

@@ -37,8 +37,6 @@
// currently only MIDI works
#define LV2_INSTRUMENT_USE_MIDI
class QPushButton;
class Lv2Instrument : public Instrument, public Lv2ControlBase
{