wip en active, hacer lista con las cues activas?
This commit is contained in:
parent
86e866c996
commit
0795157d5f
7 changed files with 67 additions and 25 deletions
|
|
@ -24,6 +24,9 @@ public:
|
|||
explicit ShowPlayer(QWidget *parent = nullptr);
|
||||
~ShowPlayer();
|
||||
|
||||
public slots:
|
||||
void cueTrackAtEnd(int layer);
|
||||
|
||||
private:
|
||||
Ui::ShowPlayer *ui;
|
||||
Status currentStatus = Status::Iddle;
|
||||
|
|
@ -31,9 +34,8 @@ private:
|
|||
int layersUsed[MAX_LAYERS];
|
||||
int lastIndex = 0;
|
||||
|
||||
void updateTrackStateInEngine(CueTrack *track);
|
||||
|
||||
private slots:
|
||||
void updateTrackStateInEngine(CueTrack *track);
|
||||
void onAddTrack();
|
||||
void go();
|
||||
void changeSelectedIndex(int i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue