diff framework/MainWindowBase.h @ 604:6cdf2afebfd7 import-audio-data

Toward importing audio from CSVs
author Chris Cannam
date Thu, 28 Jun 2018 15:29:26 +0100
parents f03bc1d38cac
children 15a566f26114
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Thu Jun 21 15:37:36 2018 +0100
+++ b/framework/MainWindowBase.h	Thu Jun 28 15:29:26 2018 +0100
@@ -396,6 +396,12 @@
     const WaveFileModel *getMainModel() const;
     void createDocument();
 
+    FileOpenStatus addOpenedAudioModel(FileSource source,
+                                       WaveFileModel *model,
+                                       AudioFileOpenMode mode,
+                                       QString templateName,
+                                       bool registerSource);
+    
     sv_frame_t getModelsStartFrame() const; // earliest across all views
     sv_frame_t getModelsEndFrame() const; // latest across all views