uk.org.toot.synth.modules.oscillator
Interface Oscillator

All Known Implementing Classes:
MultiWaveOscillator

public interface Oscillator


Method Summary
 float getSample(float vib, OscillatorControl control, boolean release)
           
 void setSampleRate(int rate)
           
 void update()
           
 

Method Detail

setSampleRate

void setSampleRate(int rate)

update

void update()

getSample

float getSample(float vib,
                OscillatorControl control,
                boolean release)


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