Mercurial > hg > tony
comparison src/Analyser.h @ 140:e7f2da26c9ac
Show warning if pitch-tracker plugin is not found (fixes #830)
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2014 14:37:05 +0000 |
parents | 995478fbbe17 |
children | c21b87a62ce6 |
comparison
equal
deleted
inserted
replaced
139:995478fbbe17 | 140:e7f2da26c9ac |
---|---|
34 | 34 |
35 public: | 35 public: |
36 Analyser(); | 36 Analyser(); |
37 virtual ~Analyser(); | 37 virtual ~Analyser(); |
38 | 38 |
39 void newFileLoaded(Document *newDocument, WaveFileModel *model, | 39 // Process new main model, add derived layers; return "" on success or error string on failure |
40 PaneStack *paneStack, Pane *pane); | 40 QString newFileLoaded(Document *newDocument, WaveFileModel *model, |
41 PaneStack *paneStack, Pane *pane); | |
41 | 42 |
42 void setIntelligentActions(bool); | 43 void setIntelligentActions(bool); |
43 | 44 |
44 enum Component { | 45 enum Component { |
45 Audio, | 46 Audio, |