Uses of Class
com.frinika.synth.Oscillator

Packages that use Oscillator
com.frinika.contrib.boblang   
com.frinika.synth   
com.frinika.synth.synths   
com.frinika.synth.synths.sampler   
 

Uses of Oscillator in com.frinika.contrib.boblang
 

Subclasses of Oscillator in com.frinika.contrib.boblang
 class FrinikaBezierVoice
           
 

Uses of Oscillator in com.frinika.synth
 

Subclasses of Oscillator in com.frinika.synth
 class PostOscillator
           
 class PreOscillator
           
 

Fields in com.frinika.synth with type parameters of type Oscillator
protected  java.util.HashMap<java.lang.Integer,Oscillator> Synth.keys
           
protected  java.util.LinkedList<Oscillator> Synth.oscillators
           
protected  java.util.HashMap<java.lang.Integer,Oscillator> Synth.sustainedKeys
           
 

Methods in com.frinika.synth with parameters of type Oscillator
protected  void Synth.addOscillator(int noteNumber, Oscillator osc)
           
 

Uses of Oscillator in com.frinika.synth.synths
 

Subclasses of Oscillator in com.frinika.synth.synths
 class MySampler.SamplingOscillator
           
 class MySampler.SoundFontOscillator
           
 

Uses of Oscillator in com.frinika.synth.synths.sampler
 

Subclasses of Oscillator in com.frinika.synth.synths.sampler
 class SamplerOscillator
          Sampler class.