Mercurial > hg > silvet
diff src/EM.h @ 88:97b77e7cb94c timing
Store templates as doubles instead of floats
author | Chris Cannam |
---|---|
date | Tue, 06 May 2014 12:49:49 +0100 |
parents | a0dedcbfa628 |
children | 2b0818a1c058 840c0d703bbb |
line wrap: on
line diff
--- a/src/EM.h Tue May 06 12:45:09 2014 +0100 +++ b/src/EM.h Tue May 06 12:49:49 2014 +0100 @@ -63,7 +63,7 @@ void expectation(const V &column); void maximisation(const V &column); - const float *templateFor(int instrument, int note, int shift); + const double *templateFor(int instrument, int note, int shift); void rangeFor(int instrument, int &minPitch, int &maxPitch); bool inRange(int instrument, int pitch); };