uk.org.toot.synth
Interface MidiSynth

All Superinterfaces:
AudioDevice, IObservable, MidiDevice, MidiInput, MidiPort, MidiTransport
All Known Implementing Classes:
BasicMidiSynth, MultiMidiSynth, PluckedSynth

public interface MidiSynth
extends MidiDevice, MidiInput, AudioDevice

A MidiSynth is a MidiDevice which is a MidiInput. An implementation may implement AudioProcess at any level, so this is not defined here.

Author:
st

Method Summary
 void setLocation(java.lang.String location)
           
 
Methods inherited from interface uk.org.toot.midi.core.MidiDevice
closeMidi, getMidiInputs, getMidiOutputs, getName
 
Methods inherited from interface uk.org.toot.midi.core.MidiPort
getName
 
Methods inherited from interface uk.org.toot.midi.core.MidiTransport
transport
 
Methods inherited from interface uk.org.toot.audio.system.AudioDevice
closeAudio, getAudioInputs, getAudioOutputs, getName
 
Methods inherited from interface uk.org.toot.misc.IObservable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 

Method Detail

setLocation

void setLocation(java.lang.String location)


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