com.sun.media.sound
Class SoftLowFrequencyOscillator

java.lang.Object
  extended by com.sun.media.sound.SoftLowFrequencyOscillator
All Implemented Interfaces:
SoftControl, SoftProcess

public class SoftLowFrequencyOscillator
extends java.lang.Object
implements SoftProcess

LFO control signal generator.

Author:
Karl Helgason

Constructor Summary
SoftLowFrequencyOscillator()
           
 
Method Summary
 double[] get(int instance, java.lang.String name)
           
 void init(SoftSynthesizer synth)
           
 void processControlLogic()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftLowFrequencyOscillator

public SoftLowFrequencyOscillator()
Method Detail

reset

public void reset()
Specified by:
reset in interface SoftProcess

init

public void init(SoftSynthesizer synth)
Specified by:
init in interface SoftProcess

processControlLogic

public void processControlLogic()
Specified by:
processControlLogic in interface SoftProcess

get

public double[] get(int instance,
                    java.lang.String name)
Specified by:
get in interface SoftControl
Specified by:
get in interface SoftProcess