Mercurial > hg > midi-score-follower
diff hackday/DynamicVector.h @ 31:9a70d9abdc8b
examining the tempo speed process
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sun, 11 Dec 2011 17:19:34 +0000 |
parents | 49a5b023df1e |
children |
line wrap: on
line diff
--- a/hackday/DynamicVector.h Wed Dec 07 13:04:59 2011 +0000 +++ b/hackday/DynamicVector.h Sun Dec 11 17:19:34 2011 +0000 @@ -33,6 +33,7 @@ double gaussianLookupMean, gaussianLookupStdDev; double integratedEstimate; void updateIntegratedEstimate(); + void updateLimitedIntegratedEstimate(); void drawVector(const int& minIndex, const int& maxIndex); void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex);