From 8040f48974d88c6d30dff720a2ffb27e0cf54814 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 23 Sep 2018 16:13:37 +0200 Subject: Integrate channel map into file list in instrument editor. --- src/audioextractor.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/audioextractor.h') diff --git a/src/audioextractor.h b/src/audioextractor.h index a38f706..35eb5ba 100644 --- a/src/audioextractor.h +++ b/src/audioextractor.h @@ -37,24 +37,15 @@ class Instrument; -typedef QLinkedList< QPair > AudioFileList; - class AudioExtractor : public QObject { Q_OBJECT public: - AudioExtractor(Instrument& instrument, Selections& selections, - QObject* parent); + AudioExtractor(Instrument& instrument, QObject* parent); public slots: - void addFile(QString file, QString name); - void changeName(QString file, QString name); - void removeFile(QString file, QString name); - void exportSelections(); - void setExportPath(const QString& path); - void setOutputPrefix(const QString& prefix); signals: void progressUpdate(int value); @@ -62,8 +53,4 @@ signals: private: Instrument& instrument; - Selections& selections; - AudioFileList audiofiles; - QString exportpath; - QString prefix; }; -- cgit v1.2.3