javax.sound.midi
public interface Receiver
Since: 1.3
| Method Summary | |
|---|---|
| void | close()
Close this receiver, possibly freeing system resources. |
| void | send(MidiMessage message, long timeStamp)
Send a MIDI message and timestamp. |
Parameters: message the MIDI message to send timeStamp time timestamp for this message in microseconds (or -1)
Throws: IllegalStateException if the receiver is closed