public class SoftReceiver
extends java.lang.Object
implements javax.sound.midi.Receiver
Modifier and Type | Field and Description |
---|---|
protected SoftMainMixer |
mainmixer |
protected java.util.TreeMap<java.lang.Long,java.lang.Object> |
midimessages |
protected boolean |
open |
Constructor and Description |
---|
SoftReceiver(SoftSynthesizer synth) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
send(javax.sound.midi.MidiMessage message,
long timeStamp) |
protected boolean open
protected java.util.TreeMap<java.lang.Long,java.lang.Object> midimessages
protected SoftMainMixer mainmixer
public SoftReceiver(SoftSynthesizer synth)