|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.synth.SynthRack
public class SynthRack
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.
| 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 |
|---|
public SynthRack(SynthRackControls controls,
MidiSystem midiSystem,
AudioSystem audioSystem)
| Method Detail |
|---|
public MidiSynth getMidiSynth(int i)
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||