routeTo

Routes a station's output directly to receiver.


infix fun Station.routeTo(nodeName: String)(source)

Routes a station's output to the node registered under nodeName (resolved after the block).


Routes a source's output directly to receiver.


infix fun SourceStation.routeTo(nodeName: String)(source)

Routes a source's output to the node registered under nodeName (resolved after the block).