Mercurial > hg > tony
diff src/Analyser.h @ 161:afaa4af03b22
Refactor, call to constant-Q plugin instead of spectrogram
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2014 16:01:06 +0000 |
parents | e1a2c175a0e0 |
children | cc9aa8f4fceb |
line wrap: on
line diff
--- a/src/Analyser.h Thu Jan 23 17:18:53 2014 -0500 +++ b/src/Analyser.h Tue Jan 28 16:01:06 2014 +0000 @@ -89,6 +89,10 @@ Pane *m_pane; mutable std::map<Component, Layer *> m_layers; + QString addVisualisations(); + QString addWaveform(); + QString addAnalyses(); + void saveState(Component c) const; void loadState(Component c); };