[linux-audio-dev] XAP: Tuning

Frank van de Pol fvdpol at home.nl
Thu Dec 19 17:04:01 UTC 2002


On Thu, Dec 19, 2002 at 08:01:57PM +0100, David Olofson wrote:
> 
> What frequency does PITCH 0.0 correspond to?

unadjusted pitch, A4 = 440 Hz

for a PITCH of +1.0 one octave up, -1.0 one octave down etc.
	F[pitched] = F[orig] * (2 ^ PITCH)

or, for those who prefer to specify the number of notes:
	PITCH = ((2 ^ (1/12)) ^ note)


Frank.


-- 
+---- --- -- -  -   -    - 
| Frank van de Pol                  -o)    A-L-S-A
| FvdPol at home.nl                    /\\  Sounds good!
| http://www.alsa-project.org      _\_v
| Linux - Why use Windows if we have doors available?



More information about the Linux-audio-dev mailing list