Interface MidiDeviceReceiver

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
    Obtains a MidiDevice object which is an owner of this Receiver.

    Methods declared in interface Receiver

    close, send
    Modifier and Type
    Method
    Description
    void
    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.
  • Method Details

    • getMidiDevice

      MidiDevice getMidiDevice()
      Obtains a MidiDevice object which is an owner of this Receiver.
      Returns:
      a MidiDevice object which is an owner of this Receiver