aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-09 23:14:23 +0100
committercbdev <cb@cbcdn.com>2019-12-09 23:14:23 +0100
commit48e12201f5c57cda581bc0c713d99da6524c49a8 (patch)
treedd45b6d50bf1b39ee0c89ed1e55e11b2fb65d1d9 /backends/rtpmidi.md
parentaa092469e21674bb99275dda08a695f0d426f6de (diff)
downloadmidimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.tar.gz
midimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.tar.bz2
midimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.zip
rtpmidi socket binding
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index c84c5b3..c208bf7 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -23,7 +23,7 @@ stream, which may lead to inconsistencies during playback.
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
| `detect` | `on` | `off` | Output channel specifications for any events coming in on configured instances to help with configuration |
-| `mdns-bind` | `10.1.2.1 5353` | `0.0.0.0 5353` | Bind host for the mDNS discovery server |
+| `mdns-bind` | `10.1.2.1 5353` | `:: 5353` | Bind host for the mDNS discovery server |
| `mdns-name` | `computer1` | none | mDNS hostname to announce, also used as AppleMIDI peer name |
#### Instance configuration
@@ -39,7 +39,7 @@ Common instance configuration parameters
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
-| `bind` | `10.1.2.1 9001` | `0.0.0.0 <random>` | Local network address to bind to |
+| `bind` | `10.1.2.1 9001` | `:: <random>` | Local network address to bind to |
| `learn` | `true` | `false` | Accept new peers for data exchange at runtime |
| `peer` | `10.1.2.3 9001` | none | MIDI session peer, may be specified multiple times |
@@ -47,12 +47,12 @@ Common instance configuration parameters
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
-| `bind` | `10.1.2.1 9001` | `0.0.0.0 <random>` | Local network address to bind to (note that AppleMIDI requires two consecutive port numbers to be allocated) |
+| `bind` | `10.1.2.1 9001` | `:: <random>` | Local network address to bind to (note that AppleMIDI requires two consecutive port numbers to be allocated) |
| `session` | `Just Jamming` | `MIDIMonster` | Session name to announce via mDNS |
| `invite` | `pad,piano` | none | Devices to send invitations to when discovered (the special value `*` invites all discovered peers). Setting this option makes the instance a session initiator |
| `join` | `Just Jamming` | none | Sessions for which to accept invitations (the special value `*` accepts all invitations). Setting this option makes the instance a session participant |
-Note that AppleMIDI session establishment requires mDNS functionality, thus the `mdns-name` global parameter
+Note that AppleMIDI session discovery requires mDNS functionality, thus the `mdns-name` global parameter
(and, depending on your setup, the `mdns-bind` parameter) need to be configured properly.
#### Channel specification