Example usage for Java javax.sound.midi Transmitter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available. |
Receiver | getReceiver() Obtains the current receiver to which this transmitter will deliver MIDI messages. |
void | setReceiver(Receiver receiver) Sets the receiver to which this transmitter will deliver MIDI messages. |