Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
603:d4c16eed673d | 604:6cdf2afebfd7 |
---|---|
394 | 394 |
395 WaveFileModel *getMainModel(); | 395 WaveFileModel *getMainModel(); |
396 const WaveFileModel *getMainModel() const; | 396 const WaveFileModel *getMainModel() const; |
397 void createDocument(); | 397 void createDocument(); |
398 | 398 |
399 FileOpenStatus addOpenedAudioModel(FileSource source, | |
400 WaveFileModel *model, | |
401 AudioFileOpenMode mode, | |
402 QString templateName, | |
403 bool registerSource); | |
404 | |
399 sv_frame_t getModelsStartFrame() const; // earliest across all views | 405 sv_frame_t getModelsStartFrame() const; // earliest across all views |
400 sv_frame_t getModelsEndFrame() const; // latest across all views | 406 sv_frame_t getModelsEndFrame() const; // latest across all views |
401 | 407 |
402 Pane *addPaneToStack(); | 408 Pane *addPaneToStack(); |
403 Layer *getSnapLayer() const; | 409 Layer *getSnapLayer() const; |