Split InstrumentTrack (#6176)
Split InstrumentTrackView and InstrumentTrackWindow off of InstrumentTrack
This commit is contained in:
committed by
GitHub
parent
745dec673d
commit
47cddcba75
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDragEnterEvent>
|
||||
#include <QPushButton>
|
||||
|
||||
#include "AudioEngine.h"
|
||||
#include "Engine.h"
|
||||
|
||||
@@ -37,8 +37,6 @@
|
||||
// currently only MIDI works
|
||||
#define LV2_INSTRUMENT_USE_MIDI
|
||||
|
||||
class QPushButton;
|
||||
|
||||
|
||||
class Lv2Instrument : public Instrument, public Lv2ControlBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user