Uses of Class
uk.org.toot.synth.modules.oscillator.MultiWave

Packages that use MultiWave
uk.org.toot.synth.modules.oscillator   
 

Uses of MultiWave in uk.org.toot.synth.modules.oscillator
 

Subclasses of MultiWave in uk.org.toot.synth.modules.oscillator
 class ParabolaMultiWave
          A Parabola wave is used to derive a wave variable between a triangle or sawtooth, depending on the variable width parameter.
 class SawtoothMultiWave
          Somewhat paradoxically a sawtooth wave is used to derive a rectangular wave variable between pulse and square, depending on the variable width parameter.
 

Methods in uk.org.toot.synth.modules.oscillator that return MultiWave
static MultiWave MultiWaves.createSawtoothWave(int nsamples)
           
static MultiWave MultiWaves.createSquareWave(int nsamples)
           
static MultiWave MultiWaves.get(java.lang.String name)
           
 MultiWave MultiWaveOscillatorVariables.getMultiWave()
           
 MultiWave MultiWaveOscillatorControls.getMultiWave()
           
 



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