Class MIDIRouter
java.lang.Object
io.github.roboblazers7617.buttonbox.midi.MIDIRouter
- All Implemented Interfaces:
AutoCloseable,Receiver
Receiver that routes MIDI messages to the MIDIAddresses assigned to
it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAddress(MIDIAddress address) Adds an address to which MIDI messages will be routed to.voidclose()voidsend(MidiMessage msg, long timeStamp)
-
Constructor Details
-
MIDIRouter
public MIDIRouter()
-
-
Method Details