Uses of Interface
uk.org.toot.audio.system.AudioOutput

Packages that use AudioOutput
uk.org.toot.audio.system   
uk.org.toot.synth   
uk.org.toot.synth.channels.example2   
uk.org.toot.synth.channels.example3   
uk.org.toot.synth.synths.plucked   
 

Uses of AudioOutput in uk.org.toot.audio.system
 

Methods in uk.org.toot.audio.system that return types with arguments of type AudioOutput
 java.util.List<AudioOutput> AudioSystem.getAudioOutputs()
           
 java.util.List<AudioOutput> AudioDevice.getAudioOutputs()
          Get the list of AudioOutputs for this AudioDevice.
 java.util.List<AudioOutput> DefaultAudioSystem.getAudioOutputs()
           
 java.util.List<AudioOutput> AbstractAudioDevice.getAudioOutputs()
           
 

Uses of AudioOutput in uk.org.toot.synth
 

Classes in uk.org.toot.synth that implement AudioOutput
 class PolyphonicSynthChannel
          A PolyphonicSynthChannel is a SynthChannel that generates audio as an AudioProcess.
 

Methods in uk.org.toot.synth that return types with arguments of type AudioOutput
 java.util.List<AudioOutput> BasicMidiSynth.getAudioOutputs()
           
 

Uses of AudioOutput in uk.org.toot.synth.channels.example2
 

Classes in uk.org.toot.synth.channels.example2 that implement AudioOutput
 class Example2SynthChannel
          3 Band Limited Oscillators continously variable width between Pulse/Square or Saw/Triangle Hard Sync of oscillators 2 and 3 4 LFOs, Sine/Triangle, one for Vibrato, one per Oscillator modulating width 5 AHDSR Envelopes, one amplifier, one per filter, one for oscillators 2 and 3 Moog 24dB/octave Low Pass Filter Oberheim SEM 12dB/octave Multimode Filter
 

Uses of AudioOutput in uk.org.toot.synth.channels.example3
 

Classes in uk.org.toot.synth.channels.example3 that implement AudioOutput
 class Example3SynthChannel
          from pluck.c - elementary waveguide simulation of plucked strings - JOS 6/6/92
 

Uses of AudioOutput in uk.org.toot.synth.synths.plucked
 

Classes in uk.org.toot.synth.synths.plucked that implement AudioOutput
 class PluckedSynth
           
 



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