Mercurial > hg > qm-dsp
comparison dsp/tempotracking/TempoTrack.cpp @ 492:2892ecc40f86
And cstdlib
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:55:25 +0100 |
parents | 103156707542 |
children | bb78ca3fe7de |
comparison
equal
deleted
inserted
replaced
491:7f2dadbdb544 | 492:2892ecc40f86 |
---|---|
20 | 20 |
21 #include <iostream> | 21 #include <iostream> |
22 | 22 |
23 #include <cassert> | 23 #include <cassert> |
24 #include <cmath> | 24 #include <cmath> |
25 #include <cstdlib> | |
25 | 26 |
26 //#define DEBUG_TEMPO_TRACK 1 | 27 //#define DEBUG_TEMPO_TRACK 1 |
27 | 28 |
28 ////////////////////////////////////////////////////////////////////// | 29 ////////////////////////////////////////////////////////////////////// |
29 // Construction/Destruction | 30 // Construction/Destruction |