uk.org.toot.dsp.jSTK
Class Delay

java.lang.Object
  extended by uk.org.toot.dsp.jSTK.Filter
      extended by uk.org.toot.dsp.jSTK.Delay
Direct Known Subclasses:
DelayA

public class Delay
extends Filter


Constructor Summary
Delay()
           
Delay(int delay, int maxDelay)
           
 
Method Summary
 void clear()
           
 float contentsAt(int tapDelay)
           
 float energy()
           
 float getDelay()
           
 float lastOut()
           
 float nextOut()
           
 void setDelay(float delay)
           
 void setMaximumDelay(int delay)
           
 float tick(float input)
           
 
Methods inherited from class uk.org.toot.dsp.jSTK.Filter
getGain, setCoefficients, setDenominator, setGain
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delay

public Delay()

Delay

public Delay(int delay,
             int maxDelay)
Method Detail

clear

public void clear()
Overrides:
clear in class Filter

setMaximumDelay

public void setMaximumDelay(int delay)

setDelay

public void setDelay(float delay)

getDelay

public float getDelay()

energy

public float energy()

contentsAt

public float contentsAt(int tapDelay)

lastOut

public float lastOut()
Overrides:
lastOut in class Filter

nextOut

public float nextOut()

tick

public float tick(float input)
Overrides:
tick in class Filter


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