Mercurial > hg > multitrack-audio-matcher
diff src/AudioEventMatcher.h @ 2:179c09199b3c
bayesian vector now adding gaussians for kick onsets
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 31 Jan 2012 21:34:19 +0000 |
parents | 852173ca8365 |
children | 5e188c0035b6 |
line wrap: on
line diff
--- a/src/AudioEventMatcher.h Tue Jan 31 17:35:30 2012 +0000 +++ b/src/AudioEventMatcher.h Tue Jan 31 21:34:19 2012 +0000 @@ -30,6 +30,11 @@ void draw(); void newPitchEvent(const double& pitchIn, const double& timeIn); + void newKickEvent(const double& timeIn); + void newSnareEvent(const double& timeIn); + + void matchNewPitchEvent(const int& channel, const double& pitchIn, const double& timeIn); + void matchNewOnsetEvent(const int& channel, const double& timeIn); BayesianArrayStructure bayesianStruct;//hold the probability distriubtions