Mercurial > hg > midi-score-follower
comparison src/BayesianArrayStructure.h @ 18:c7107e5c8f03
added in a mode to use either integrated estimate or MAP estimate in tempo process. Decreased nooise param from 0.02 to 0.03 so observations given more weight
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Fri, 18 Nov 2011 11:56:32 +0000 |
parents | 3f103cf78148 |
children | 9860abc92a30 |
comparison
equal
deleted
inserted
replaced
17:d75d16c57eac | 18:c7107e5c8f03 |
---|---|
90 double crossUpdateTimeThreshold;//time after which we do complex update of multiple speeds | 90 double crossUpdateTimeThreshold;//time after which we do complex update of multiple speeds |
91 | 91 |
92 double speedPriorValue; | 92 double speedPriorValue; |
93 int priorWidth; | 93 int priorWidth; |
94 bool* realTimeMode; | 94 bool* realTimeMode; |
95 bool usingIntegratedTempoEstimate; | |
95 | 96 |
96 }; | 97 }; |
97 #endif | 98 #endif |