comparison src/Analyser.h @ 162:cc9aa8f4fceb

Some CQ spectrogram parameters; add experimental candidate plugin process
author Chris Cannam
date Tue, 28 Jan 2014 18:34:11 +0000
parents afaa4af03b22
children ec196bd2f068
comparison
equal deleted inserted replaced
161:afaa4af03b22 162:cc9aa8f4fceb
91 91
92 QString addVisualisations(); 92 QString addVisualisations();
93 QString addWaveform(); 93 QString addWaveform();
94 QString addAnalyses(); 94 QString addAnalyses();
95 95
96 QString addTestCandidates();
97
96 void saveState(Component c) const; 98 void saveState(Component c) const;
97 void loadState(Component c); 99 void loadState(Component c);
98 }; 100 };
99 101
100 #endif 102 #endif