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

Packages that use AudioDevice
uk.org.toot.audio.system   
uk.org.toot.synth   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

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

Classes in uk.org.toot.audio.system that implement AudioDevice
 class AbstractAudioDevice
           
 

Methods in uk.org.toot.audio.system that return types with arguments of type AudioDevice
 java.util.List<AudioDevice> AudioSystem.getAudioDevices()
           
 java.util.List<AudioDevice> DefaultAudioSystem.getAudioDevices()
           
 

Methods in uk.org.toot.audio.system with parameters of type AudioDevice
 void AudioSystem.addAudioDevice(AudioDevice device)
           
 void DefaultAudioSystem.addAudioDevice(AudioDevice device)
           
 void AudioSystem.removeAudioDevice(AudioDevice device)
           
 void DefaultAudioSystem.removeAudioDevice(AudioDevice device)
           
 

Uses of AudioDevice in uk.org.toot.synth
 

Subinterfaces of AudioDevice in uk.org.toot.synth
 interface MidiSynth
          A MidiSynth is a MidiDevice which is a MidiInput.
 

Classes in uk.org.toot.synth that implement AudioDevice
 class BasicMidiSynth
          A BasicMidiSynth is a MidiSynth with 16 SynthChannels which may be set by the user.
 

Uses of AudioDevice in uk.org.toot.synth.synths.multi
 

Classes in uk.org.toot.synth.synths.multi that implement AudioDevice
 class MultiMidiSynth
          This class allows each SynthChannel to be externally set.
 

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

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



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