Mercurial > hg > multitrack-audio-matcher
diff src/AudioEventMatcher.h @ 45:d23685b9e766
Fixed the alignment error caluculations and added histogram plotting
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 May 2012 21:53:11 +0100 |
parents | 9806a4f22fd0 |
children | 93d21c20cfbc |
line wrap: on
line diff
--- a/src/AudioEventMatcher.h Fri May 04 16:00:33 2012 +0100 +++ b/src/AudioEventMatcher.h Tue May 08 21:53:11 2012 +0100 @@ -41,9 +41,11 @@ void drawPositionWindow(); void drawTrackLikelihoods(); void drawInfo(); + void drawAlignmentTimes(); void setWindowDimensions(); int getScreenWidthIndexOfEventTime(const double& time); + int getTimeNow(); void newPitchEvent(const int& channel, const double& pitchIn, const double& timeIn); void newKickEvent(const double& timeIn);