com.sun.media.sound
Class SoftLowFrequencyOscillator
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftLowFrequencyOscillator
public SoftLowFrequencyOscillator()
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