com.jsyn.unitgen
Class GrainSourceSine

java.lang.Object
  extended by com.jsyn.unitgen.GrainCommon
      extended by com.jsyn.unitgen.GrainSourceSine
All Implemented Interfaces:
GrainSource

public class GrainSourceSine
extends GrainCommon
implements GrainSource


Constructor Summary
GrainSourceSine()
           
 
Method Summary
 double next(double env)
           
 void setPhaseIncrement(double phaseIncrement)
           
 void setRate(double rate)
           
 
Methods inherited from class com.jsyn.unitgen.GrainCommon
getFrameRate, reset, setFrameRate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jsyn.unitgen.GrainSource
getFrameRate, reset, setFrameRate
 

Constructor Detail

GrainSourceSine

public GrainSourceSine()
Method Detail

setPhaseIncrement

public void setPhaseIncrement(double phaseIncrement)

next

public double next(double env)
Specified by:
next in interface GrainSource

setRate

public void setRate(double rate)
Specified by:
setRate in interface GrainSource