Mercurial > hg > tony
comparison src/Analyser.h @ 227:ae0bf8dc5833
Crude ability to adjust displayed frequency range
author | Chris Cannam |
---|---|
date | Tue, 11 Mar 2014 09:26:04 +0000 |
parents | 9bdff8d10a86 |
children | 3cb56556db72 |
comparison
equal
deleted
inserted
replaced
226:9bdff8d10a86 | 227:ae0bf8dc5833 |
---|---|
48 | 48 |
49 // Discard any layers etc associated with the current document | 49 // Discard any layers etc associated with the current document |
50 void fileClosed(); | 50 void fileClosed(); |
51 | 51 |
52 void setIntelligentActions(bool); | 52 void setIntelligentActions(bool); |
53 | |
54 bool getDisplayFrequencyExtents(float &min, float &max); | |
55 bool setDisplayFrequencyExtents(float min, float max); | |
53 | 56 |
54 enum Component { | 57 enum Component { |
55 Audio, | 58 Audio, |
56 PitchTrack, | 59 PitchTrack, |
57 Notes, | 60 Notes, |