diff options
author | cbdev <cb@cbcdn.com> | 2017-07-05 00:19:27 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-07-05 00:19:27 +0200 |
commit | 8d58e5c72639e5606861bbdd701081ee0d0d6473 (patch) | |
tree | 986bc4ee55ad1971dba971b744fe92cd33b67b39 | |
parent | 92d1d7dfaf8b335c71a61d6c03bd186c96c8568c (diff) | |
download | midimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.tar.gz midimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.tar.bz2 midimonster-8d58e5c72639e5606861bbdd701081ee0d0d6473.zip |
Fix READMe
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |