uk.org.toot.synth
Class SynthRack

java.lang.Object
  extended by uk.org.toot.synth.SynthRack

public class SynthRack
extends java.lang.Object

A SynthRack is an array of MidiSynths. It adds its MidiSynths to a MidiSystem as MidiInputs. It adds one or more AudioOutputs to an AudioSystem.

Author:
st

Constructor Summary
SynthRack(SynthRackControls controls, MidiSystem midiSystem, AudioSystem audioSystem)
           
 
Method Summary
 void close()
           
 MidiSynth getMidiSynth(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthRack

public SynthRack(SynthRackControls controls,
                 MidiSystem midiSystem,
                 AudioSystem audioSystem)
Method Detail

getMidiSynth

public MidiSynth getMidiSynth(int i)

close

public void close()


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