- All Superinterfaces:
AutoCloseable
,Receiver
public interface MidiDeviceReceiver extends Receiver
MidiDeviceReceiver
is a Receiver
which represents a MIDI
input connector of a MidiDevice
(see
MidiDevice.getReceiver()
).- Since:
- 1.7
-
Method Summary
Modifier and Type Method Description MidiDevice
getMidiDevice()
Obtains aMidiDevice
object which is an owner of thisReceiver
.
-
Method Details
-
getMidiDevice
MidiDevice getMidiDevice()Obtains aMidiDevice
object which is an owner of thisReceiver
.- Returns:
- a
MidiDevice
object which is an owner of thisReceiver
-