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

java.lang.Object
  extended by uk.org.toot.synth.modules.oscillator.MultiWave
      extended by uk.org.toot.synth.modules.oscillator.ParabolaMultiWave

public class ParabolaMultiWave
extends MultiWave

A Parabola wave is used to derive a wave variable between a triangle or sawtooth, depending on the variable width parameter.

Author:
st

Constructor Summary
ParabolaMultiWave(int size, float fNyquist)
           
 
Method Summary
 float getWidthScalar(float width)
           
 float getWidthStartFactor(float width)
           
 
Methods inherited from class uk.org.toot.synth.modules.oscillator.MultiWave
getIndex, getWave, getWidthOffset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParabolaMultiWave

public ParabolaMultiWave(int size,
                         float fNyquist)
Method Detail

getWidthStartFactor

public float getWidthStartFactor(float width)
Overrides:
getWidthStartFactor in class MultiWave

getWidthScalar

public float getWidthScalar(float width)
Overrides:
getWidthScalar in class MultiWave


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