comparison dsp/onsets/PeakPicking.cpp @ 272:330c2e11f8a9

* Build fixes for gcc 4.3.2 * _Maybe_, but probably not, fix crash in tempo tracker... let's see how we get on
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 10 Nov 2008 14:01:55 +0000
parents a98dd8ec96f8
children d72fcd34d9a7
comparison
equal deleted inserted replaced
271:61ac228cc67e 272:330c2e11f8a9
10 10
11 #include "PeakPicking.h" 11 #include "PeakPicking.h"
12 #include "maths/Polyfit.h" 12 #include "maths/Polyfit.h"
13 13
14 #include <iostream> 14 #include <iostream>
15 #include <cstring>
16
15 17
16 ////////////////////////////////////////////////////////////////////// 18 //////////////////////////////////////////////////////////////////////
17 // Construction/Destruction 19 // Construction/Destruction
18 ////////////////////////////////////////////////////////////////////// 20 //////////////////////////////////////////////////////////////////////
19 21