From 66c59fd7ec79338a47c68077674350ee2c74f326 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 21 Jun 2017 21:15:04 +0200 Subject: Implement loopback backend --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7c62452..8a79d1f 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,33 @@ NRPNs are not yet fully implemented, though rudimentary support is in the codeba The channel specification syntax is currently a bit clunky. +### The `loopback` backend + +This backend allows the user to create logical mapping channels, for example to exchange triggering +channels easier later. All events that are input are immediately output again on the same channel. + +#### Global configuration + +All global configuration is ignored. + +#### Instance configuration + +All instance configuration is ignored + +#### Channel specification + +A channel may have any string for a name. + +Example mapping: +``` +loop.foo = loop.bar123 +``` + +#### Known bugs / problems + +It is possible to configure loops using this backend. Triggering a loop +will create a deadlock, preventing any other backends from generating events. + ### The `osc` backend TBD -- cgit v1.2.3