com.frinika.synth
Class Pan

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

public class Pan
extends java.lang.Object

Author:
Peter Johan Salomonsen

Constructor Summary
Pan(float position)
           
 
Method Summary
 float getLeftLevel()
           
 float getRightLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pan

public Pan(float position)
Method Detail

getLeftLevel

public final float getLeftLevel()
Returns:
Returns the leftLevel.

getRightLevel

public final float getRightLevel()
Returns:
Returns the rightLevel.