uk.org.toot.synth.synths.multi
Class MultiMidiSynth

java.lang.Object
  extended by java.util.Observable
      extended by uk.org.toot.midi.core.AbstractMidiDevice
          extended by uk.org.toot.synth.BasicMidiSynth
              extended by uk.org.toot.synth.synths.multi.MultiMidiSynth
All Implemented Interfaces:
AudioDevice, MidiDevice, MidiInput, MidiPort, MidiTransport, IObservable, MidiSynth

public class MultiMidiSynth
extends BasicMidiSynth

This class allows each SynthChannel to be externally set.

Author:
st

Constructor Summary
MultiMidiSynth(MultiSynthControls controls)
           
 
Method Summary
 
Methods inherited from class uk.org.toot.synth.BasicMidiSynth
closeAudio, closeMidi, getAudioInputs, getAudioOutputs, getChannel, getChannels, getLocation, setLocation, transport
 
Methods inherited from class uk.org.toot.midi.core.AbstractMidiDevice
getMidiInputs, getMidiOutputs, getName, toString
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.org.toot.midi.core.MidiDevice
getMidiInputs, getMidiOutputs, getName
 
Methods inherited from interface uk.org.toot.midi.core.MidiPort
getName
 
Methods inherited from interface uk.org.toot.audio.system.AudioDevice
getName
 
Methods inherited from interface uk.org.toot.misc.IObservable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 

Constructor Detail

MultiMidiSynth

public MultiMidiSynth(MultiSynthControls controls)


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