uk.org.toot.synth.modules.oscillator
Class LFO

java.lang.Object
  extended by uk.org.toot.synth.modules.oscillator.LFO
Direct Known Subclasses:
DelayedLFO

public class LFO
extends java.lang.Object


Constructor Summary
LFO(LFOVariables vars)
           
 
Method Summary
 float getSample()
           
 void setSampleRate(int sampleRate)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LFO

public LFO(LFOVariables vars)
Method Detail

update

public void update()

getSample

public float getSample()

setSampleRate

public void setSampleRate(int sampleRate)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.