minor improvements

This commit is contained in:
itsmattkc
2018-09-22 21:58:16 +10:00
parent b1c3f44b04
commit d6c8f3844f
33 changed files with 563 additions and 300 deletions
+4
View File
@@ -5,6 +5,7 @@
#include "project/clip.h"
#include "project/marker.h"
#include "project/selection.h"
struct Sequence {
public:
@@ -20,6 +21,9 @@ public:
int audio_frequency;
int audio_layout;
QVector<Selection> selections;
long playhead;
bool using_workarea;
long workarea_in;
long workarea_out;