aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-08 15:43:05 +0100
committercbdev <cb@cbcdn.com>2019-12-08 15:43:05 +0100
commitaa092469e21674bb99275dda08a695f0d426f6de (patch)
treee50add552af0c3ac12627d0290ec8f53557b06cb /backends/rtpmidi.md
parentac4aa9935bfb6406c71ea5ed14a68bd41617b701 (diff)
downloadmidimonster-aa092469e21674bb99275dda08a695f0d426f6de.tar.gz
midimonster-aa092469e21674bb99275dda08a695f0d426f6de.tar.bz2
midimonster-aa092469e21674bb99275dda08a695f0d426f6de.zip
rtpmidi channel spec parsing
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index cea69e2..c84c5b3 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -50,7 +50,7 @@ Common instance configuration parameters
| `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) |
| `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 |
-| `joint` | `Just Jamming` | none | Sessions for which to accept invitations (the special value `*` accepts all invitations). Setting this option makes the instance a session participant |
+| `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
(and, depending on your setup, the `mdns-bind` parameter) need to be configured properly.