Uses of Class
com.frinika.synth.Synth

Packages that use Synth
com.frinika.contrib.boblang   
com.frinika.midi   
com.frinika.synth   
com.frinika.synth.soundbank   
com.frinika.synth.synths   
com.frinika.synth.synths.analogika   
com.frinika.synth.synths.sampler   
 

Uses of Synth in com.frinika.contrib.boblang
 

Subclasses of Synth in com.frinika.contrib.boblang
 class FrinikaBezierSynth
           
 

Uses of Synth in com.frinika.midi
 

Methods in com.frinika.midi with parameters of type Synth
 void DrumMapper.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 

Uses of Synth in com.frinika.synth
 

Fields in com.frinika.synth declared as Synth
protected  Synth Oscillator.synth
           
 

Methods in com.frinika.synth that return Synth
 Synth SynthRack.getSynth(int index)
           
 

Methods in com.frinika.synth with parameters of type Synth
 void SynthMixerSlot.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 void InstrumentNameListener.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 void SynthRack.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 void SynthRack.setSynth(int index, Synth synth)
           
 void SynthMixerSlot.setSynth(Synth synth)
           
 

Constructors in com.frinika.synth with parameters of type Synth
Oscillator(Synth synth)
           
PostOscillator(Synth synth)
           
PreOscillator(Synth synth)
           
 

Uses of Synth in com.frinika.synth.soundbank
 

Methods in com.frinika.synth.soundbank with parameters of type Synth
 void SynthRackSoundbank.createAndRegisterInstrument(javax.sound.midi.Patch patch, Synth synth)
           
 

Constructors in com.frinika.synth.soundbank with parameters of type Synth
SynthRackInstrument(SynthRackSoundbank soundbank, Synth synth, javax.sound.midi.Patch patch)
           
 

Uses of Synth in com.frinika.synth.synths
 

Subclasses of Synth in com.frinika.synth.synths
 class Analogika
           
 class MySampler
           
 class Organ
           
 

Constructors in com.frinika.synth.synths with parameters of type Synth
MySampler.SamplingOscillator(Synth synth, int noteNumber, int velocity)
           
MySampler.SoundFontOscillator(Synth synth, int noteNumber, int velocity)
           
 

Uses of Synth in com.frinika.synth.synths.analogika
 

Methods in com.frinika.synth.synths.analogika with parameters of type Synth
 void AnalogikaGUI.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 

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

Methods in com.frinika.synth.synths.sampler with parameters of type Synth
 void SamplerGUI.instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 

Constructors in com.frinika.synth.synths.sampler with parameters of type Synth
SamplerOscillator(Synth synth)