aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/osc.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-07-24 21:35:10 +0200
committercbdev <cb@cbcdn.com>2019-07-24 21:35:10 +0200
commit27eba094a067a0879250a3cf73c83df0da5c63a1 (patch)
treecba1c78cf7852d9a9ddd08cc73112aaad432809a /backends/osc.md
parentc75721e77ecada3c88f4b493c1e3036c151bfe88 (diff)
downloadmidimonster-27eba094a067a0879250a3cf73c83df0da5c63a1.tar.gz
midimonster-27eba094a067a0879250a3cf73c83df0da5c63a1.tar.bz2
midimonster-27eba094a067a0879250a3cf73c83df0da5c63a1.zip
Add detect option to OSC backend
Diffstat (limited to 'backends/osc.md')
-rw-r--r--backends/osc.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/osc.md b/backends/osc.md
index c784cda..e9aa4d5 100644
--- a/backends/osc.md
+++ b/backends/osc.md
@@ -5,7 +5,9 @@ spoken primarily by visual interface tools and hardware such as TouchOSC.
#### Global configuration
-This backend does not take any global configuration.
+| Option | Example value | Default value | Description |
+|---------------|-----------------------|-----------------------|-----------------------|
+| `detect` | `on` | `off` | Output the path of all incoming OSC packets to allow for easier configuration. Any path filters configured using the `root` instance configuration options still apply. |
#### Instance configuration
@@ -78,4 +80,4 @@ The default ranges are:
#### Known bugs / problems
-Ping requests are not yet answered. There may be some problems using broadcast output and input. \ No newline at end of file
+Ping requests are not yet answered. There may be some problems using broadcast output and input.