Uses of Class
com.frinika.audio.Voice

Packages that use Voice
com.frinika.audio   
com.frinika.audio.voicetemplate   
com.frinika.benchmark   
com.frinika.benchmark.audio   
com.frinika.contrib.boblang   
com.frinika.synth   
com.frinika.synth.synths   
com.frinika.synth.synths.sampler   
 

Uses of Voice in com.frinika.audio
 

Fields in com.frinika.audio declared as Voice
 Voice Voice.nextVoice
          For process ordering you'll set nextVoice to be the voice to be processed after this voice.
 

Fields in com.frinika.audio with type parameters of type Voice
protected  java.util.Vector<Voice> VoiceServer.audioOutputGenerators
           
 

Methods in com.frinika.audio with parameters of type Voice
 void VoiceServer.addTransmitter(Voice transmitter)
          Used by synths to add a new generator (midi note)
 void VoiceServer.interruptTransmitter(Voice transmitter, VoiceInterrupt interrupt)
          Used by synths to trigger a change in an existing generator.
 void VoiceServer.removeTransmitter(Voice transmitter)
          Called by the generator itself when it knows that it has finished its processing.
 

Uses of Voice in com.frinika.audio.voicetemplate
 

Subclasses of Voice in com.frinika.audio.voicetemplate
 class SynchronizedVoice
          A voice that can be synchronized from an outside timing source.
 

Uses of Voice in com.frinika.benchmark
 

Subclasses of Voice in com.frinika.benchmark
 class SyncVoice
           
 

Uses of Voice in com.frinika.benchmark.audio
 

Subclasses of Voice in com.frinika.benchmark.audio
 class ClickListener
          Use for capturing inputs and for direct monitoring.
 class ClickOscillator
          Output a impulse every period.
 

Uses of Voice in com.frinika.contrib.boblang
 

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

Uses of Voice in com.frinika.synth
 

Subclasses of Voice in com.frinika.synth
 class MasterVoice
          Default master effects for Frinika synthrack Effects: - Reverb
 class Oscillator
           
 class PostOscillator
           
 class PreOscillator
           
 

Uses of Voice in com.frinika.synth.synths
 

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

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

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