Mercurial > hg > qm-dsp
comparison dsp/onsets/DetectionFunction.h @ 489:701233f8ed41
Make include-guards consistent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:48:37 +0100 |
parents | fdaa63607c15 |
children | af5b7ef02aa7 |
comparison
equal
deleted
inserted
replaced
488:7992d0923626 | 489:701233f8ed41 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef DETECTIONFUNCTION_H | 16 #ifndef QM_DSP_DETECTIONFUNCTION_H |
17 #define DETECTIONFUNCTION_H | 17 #define QM_DSP_DETECTIONFUNCTION_H |
18 | 18 |
19 #include "maths/MathUtilities.h" | 19 #include "maths/MathUtilities.h" |
20 #include "maths/MathAliases.h" | 20 #include "maths/MathAliases.h" |
21 #include "dsp/phasevocoder/PhaseVocoder.h" | 21 #include "dsp/phasevocoder/PhaseVocoder.h" |
22 #include "base/Window.h" | 22 #include "base/Window.h" |