Example usage for Java javax.sound.midi Receiver fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available. |
void | send(MidiMessage message, long timeStamp) Sends a MIDI message and time-stamp to this receiver. |