Mercurial > hg > sonic-visualiser
comparison 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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 65:77c083741589 | 66:cf27fc7feb7a | 
|---|---|
| 127 /** | 127 /** | 
| 128 * Get the main model (the source for playback sample rate, etc). | 128 * Get the main model (the source for playback sample rate, etc). | 
| 129 */ | 129 */ | 
| 130 WaveFileModel *getMainModel() { return m_mainModel; } | 130 WaveFileModel *getMainModel() { return m_mainModel; } | 
| 131 | 131 | 
| 132 std::vector<Model *> getTransformInputModels(); | |
| 133 | |
| 132 /** | 134 /** | 
| 133 * Add a derived model associated with the given transform, | 135 * Add a derived model associated with the given transform, | 
| 134 * running the transform and returning the resulting model. | 136 * running the transform and returning the resulting model. | 
| 135 */ | 137 */ | 
| 136 Model *addDerivedModel(TransformName transform, | 138 Model *addDerivedModel(TransformName transform, | 
