Mercurial > hg > tony
comparison src/Analyser.h @ 326:b176ea403ee8
Connect up the auto-analysis and precision analysis settings
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2014 14:47:44 +0100 |
parents | ef75afbe4c67 |
children | 6b57c58b88d2 |
comparison
equal
deleted
inserted
replaced
325:ef75afbe4c67 | 326:b176ea403ee8 |
---|---|
227 Selection m_reAnalysingSelection; | 227 Selection m_reAnalysingSelection; |
228 std::vector<Layer *> m_reAnalysisCandidates; | 228 std::vector<Layer *> m_reAnalysisCandidates; |
229 int m_currentCandidate; | 229 int m_currentCandidate; |
230 bool m_candidatesVisible; | 230 bool m_candidatesVisible; |
231 | 231 |
232 QString doAllAnalyses(); | 232 QString doAllAnalyses(bool withPitchTrack); |
233 | 233 |
234 QString addVisualisations(); | 234 QString addVisualisations(); |
235 QString addWaveform(); | 235 QString addWaveform(); |
236 QString addAnalyses(); | 236 QString addAnalyses(); |
237 | 237 |