com.frinika.synth
Class PitchCents

java.lang.Object
  extended by com.frinika.synth.PitchCents

public class PitchCents
extends java.lang.Object

Author:
Peter Johan Salomonsen

Constructor Summary
PitchCents()
           
 
Method Summary
static float getPitchCent(int pitchCent)
           
static float getRealPitchCent(float pitchCent)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PitchCents

public PitchCents()
Method Detail

getPitchCent

public static final float getPitchCent(int pitchCent)

getRealPitchCent

public static final float getRealPitchCent(float pitchCent)

main

public static void main(java.lang.String[] args)