Mercurial > hg > qm-dsp
comparison base/Pitch.cpp @ 304:702ff8c08137
* Solaris build fixes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 14 Sep 2009 13:01:44 +0000 |
parents | 49844bc8a895 |
children | e5907ae6de17 |
comparison
equal
deleted
inserted
replaced
303:c49773942de3 | 304:702ff8c08137 |
---|---|
7 All rights reserved. | 7 All rights reserved. |
8 */ | 8 */ |
9 | 9 |
10 #include "Pitch.h" | 10 #include "Pitch.h" |
11 | 11 |
12 #include <cmath> | 12 #include <math.h> |
13 | 13 |
14 float | 14 float |
15 Pitch::getFrequencyForPitch(int midiPitch, | 15 Pitch::getFrequencyForPitch(int midiPitch, |
16 float centsOffset, | 16 float centsOffset, |
17 float concertA) | 17 float concertA) |