Mercurial > hg > qm-dsp
comparison base/Pitch.cpp @ 79:054c384d860d
* Solaris build fixes
author | cannam |
---|---|
date | Mon, 14 Sep 2009 13:01:44 +0000 |
parents | d7116e3183f8 |
children | e5907ae6de17 |
comparison
equal
deleted
inserted
replaced
78:0965d2af5213 | 79:054c384d860d |
---|---|
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) |