Mercurial > hg > easaier-soundaccess
comparison base/Pitch.cpp @ 187:be6f263fa0ab
Change include order to build on Linux
author | lbarthelemy |
---|---|
date | Mon, 26 Nov 2007 17:08:38 +0000 |
parents | fc9323a41f5a |
children |
comparison
equal
deleted
inserted
replaced
186:e841a24915ff | 187:be6f263fa0ab |
---|---|
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 #include <cmath> | |
17 | |
16 #include "system/System.h" | 18 #include "system/System.h" |
17 #include "Pitch.h" | 19 #include "Pitch.h" |
18 #include "Preferences.h" | 20 #include "Preferences.h" |
19 | 21 |
20 #include <cmath> | 22 |
21 | 23 |
22 float | 24 float |
23 Pitch::getFrequencyForPitch(int midiPitch, | 25 Pitch::getFrequencyForPitch(int midiPitch, |
24 float centsOffset, | 26 float centsOffset, |
25 float concertA) | 27 float concertA) |