uk.org.toot.synth.modules.oscillator
Class MultiWaveOscillator
java.lang.Object
uk.org.toot.synth.modules.oscillator.MultiWaveOscillator
- All Implemented Interfaces:
- Oscillator
public class MultiWaveOscillator
- extends java.lang.Object
- implements Oscillator
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiWaveOscillator
public MultiWaveOscillator(SynthChannel channel,
MultiWaveOscillatorVariables oscillatorVariables,
EnvelopeGenerator env,
LFO lfo,
float frequency)
setSampleRate
public void setSampleRate(int sampleRate)
- Specified by:
setSampleRate
in interface Oscillator
update
public void update()
- Specified by:
update
in interface Oscillator
getSample
public float getSample(float mod,
OscillatorControl control,
boolean release)
- Specified by:
getSample
in interface Oscillator
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.