Receiver
Interface Receiver
- All Superinterfaces:
- AutoCloseable
- All Known Subinterfaces:
- MidiDeviceReceiver
public interface Receiver extends AutoCloseable
A Receiver
receives
objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output. Common MIDI receivers include synthesizers and MIDI Out ports.MidiEvent
- See Also:
-
MidiDevice
,Synthesizer
,Transmitter