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) |
send
protected Track drain
public ToTrack(Track track)
public void accept(MidiEvent ev)
accept
in interface Consumer<MidiEvent>
accept
in class Routing.EventReceiver
public void send(MidiMessage message, long when)
send
in interface Receiver
send
in class Routing.EventReceiver
public void close()
close
in interface AutoCloseable
close
in interface Receiver
close
in class Routing.EventReceiver