inpro.pitch
Class PitchUtils

java.lang.Object
  extended by inpro.pitch.PitchUtils

public class PitchUtils
extends java.lang.Object


Field Summary
static double BY_CENT_CONST
           
static double CENT_CONST
           
 
Constructor Summary
PitchUtils()
           
 
Method Summary
static double centToHz(double cent)
           
static double hzToCent(double hz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CENT_CONST

public static final double CENT_CONST
See Also:
Constant Field Values

BY_CENT_CONST

public static final double BY_CENT_CONST
See Also:
Constant Field Values
Constructor Detail

PitchUtils

public PitchUtils()
Method Detail

hzToCent

public static double hzToCent(double hz)

centToHz

public static double centToHz(double cent)