Mercurial > hg > vamp-tempogram
diff Tempogram.h @ 11:09fb76606b2b
* Removed many unnecessary heap allocations with objects
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Wed, 13 Aug 2014 10:45:46 +0100 |
parents | be59b4a73f49 |
children | 7680cc4c0073 |
line wrap: on
line diff
--- a/Tempogram.h Tue Aug 12 14:40:37 2014 +0100 +++ b/Tempogram.h Wed Aug 13 10:45:46 2014 +0100 @@ -83,8 +83,6 @@ float minDB; void cleanup(); //used to release anything allocated in initialise() - void initialiseForGRF(); //used to initialise anything for getRemainingFeatures() - void cleanupForGRF(); //used to clean up anything allocated in initialiseForGRF() string floatToString(float value) const; void updateBPMParameters(); @@ -99,7 +97,6 @@ unsigned int maxBin; int numberOfBlocks; - float *hannWindowtN; vector<Vamp::RealTime> ncTimestamps; };