comparison dsp/onsets/DetectionFunction.cpp @ 47:38bf09927942

* Build fixes for gcc 4.3.2 * _Maybe_, but probably not, fix crash in tempo tracker... let's see how we get on
author cannam
date Mon, 10 Nov 2008 14:01:55 +0000
parents 2e3f5d2d62c1
children 5bec06ecc88a
comparison
equal deleted inserted replaced
46:4f1870dbab2c 47:38bf09927942
7 This file copyright 2005-2006 Christian Landone. 7 This file copyright 2005-2006 Christian Landone.
8 All rights reserved. 8 All rights reserved.
9 */ 9 */
10 10
11 #include "DetectionFunction.h" 11 #include "DetectionFunction.h"
12 #include <cstring>
12 13
13 ////////////////////////////////////////////////////////////////////// 14 //////////////////////////////////////////////////////////////////////
14 // Construction/Destruction 15 // Construction/Destruction
15 ////////////////////////////////////////////////////////////////////// 16 //////////////////////////////////////////////////////////////////////
16 17