Mercurial > hg > sonic-visualiser
diff document/Document.h @ 66:cf27fc7feb7a
* Add Pane menu entries for generating spectrogram etc from non-main models
* Some restructuring of MainWindow menu setup code
author | Chris Cannam |
---|---|
date | Fri, 20 Oct 2006 16:47:13 +0000 |
parents | ca1e3f5657d5 |
children | bedc7517b6e8 |
line wrap: on
line diff
--- a/document/Document.h Thu Oct 19 09:57:27 2006 +0000 +++ b/document/Document.h Fri Oct 20 16:47:13 2006 +0000 @@ -129,6 +129,8 @@ */ WaveFileModel *getMainModel() { return m_mainModel; } + std::vector<Model *> getTransformInputModels(); + /** * Add a derived model associated with the given transform, * running the transform and returning the resulting model.