public static class Routing.ToTrack extends Routing.EventReceiver
| Modifier and Type | Field and Description |
|---|---|
protected Track |
drain |
rec| Modifier and Type | Method and Description |
|---|---|
void |
accept(MidiEvent ev) |
void |
close() |
void |
send(MidiMessage message,
long when) |
sendprotected Track drain
public ToTrack(Track track)
public void accept(MidiEvent ev)
accept in interface Consumer<MidiEvent>accept in class Routing.EventReceiverpublic void send(MidiMessage message, long when)
send in interface Receiversend in class Routing.EventReceiverpublic void close()
close in interface AutoCloseableclose in interface Receiverclose in class Routing.EventReceiver