From cafe31b953a372f43382372061b0ce3fb7d03abb Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 24 Jul 2021 13:41:24 +0200 Subject: Rewrite some documentation text --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 638624e..91ce9aa 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,12 @@ output eachothers events. The last line is a shorter way to create a bi-directional mapping. +You can map input channels to as many outputs as you like. This will deliver incoming +events for each mapped output. +You can also map multiple input channels to one common output channel. +This will forward all events on the mapped inputs to the output channel (experienced +show-control technicians call this a "latest takes precedence" bus). + ### Multi-channel mapping To make mapping large contiguous sets of channels easier, channel names may contain certain -- cgit v1.2.3