aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-07-05 00:19:27 +0200
committercbdev <cb@cbcdn.com>2017-07-05 00:19:27 +0200
commit8d58e5c72639e5606861bbdd701081ee0d0d6473 (patch)
tree986bc4ee55ad1971dba971b744fe92cd33b67b39
parent92d1d7dfaf8b335c71a61d6c03bd186c96c8568c (diff)
downloadmidimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.tar.gz
midimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.tar.bz2
midimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.zip
Fix READMe
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2534fc..3a0a94c 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ This backend does not take any global configuration.
|---------------|-----------------------|-----------------------|-----------------------|
| `root` | `/my/osc/path` | none | An OSC path prefix to be prepended to all channels |
| `bind` | `:: 8000` | none | The host and port to listen on |
-| `dest` | `10.11.12.13 8001` | none | Remote address to send OSC data to. Setting this enables the instance for output. The special value `learn` causes the MIDImonster to always reply to the address the last incoming packet came from. A different remote port for responses can be forced with the syntax `learn@<port> |
+| `dest` | `10.11.12.13 8001` | none | Remote address to send OSC data to. Setting this enables the instance for output. The special value `learn` causes the MIDImonster to always reply to the address the last incoming packet came from. A different remote port for responses can be forced with the syntax `learn@<port>` |
Note that specifying an instance root speeds up matching, as packets not matching
it are ignored early in processing.