summaryrefslogtreecommitdiff
path: root/dgedit/audioextractor.h
diff options
context:
space:
mode:
authordeva <deva>2011-07-15 13:02:33 +0000
committerdeva <deva>2011-07-15 13:02:33 +0000
commitcd0e36773992e26985bdec1f7a5341f83fa3e521 (patch)
tree4710fb3f2465f4b464f5f6176261a67cfde2e46e /dgedit/audioextractor.h
parente190d38057892b69246391841b234a368bc2b4ad (diff)
New input/output plugin architecture. New LV2 plugin.
Diffstat (limited to 'dgedit/audioextractor.h')
-rw-r--r--dgedit/audioextractor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgedit/audioextractor.h b/dgedit/audioextractor.h
index 2f4ce98..33ccf71 100644
--- a/dgedit/audioextractor.h
+++ b/dgedit/audioextractor.h
@@ -34,6 +34,7 @@
#include <QVector>
#include "selection.h"
+#include "samplesorter.h"
typedef QLinkedList< QPair<QString, QString> > AudioFileList;
@@ -46,7 +47,7 @@ public slots:
void addFile(QString file, QString name);
void changeName(QString file, QString name);
void removeFile(QString file, QString name);
- void exportSelections(Selections selections, QVector<int> levels);
+ void exportSelections(Selections selections, Levels levels);
void setExportPath(const QString &path);
void setOutputPrefix(const QString &prefix);