aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-08 02:27:04 +0100
committercbdev <cb@cbcdn.com>2019-12-08 02:27:04 +0100
commit99d31eabf4a3afa4fd54782cc1d7cd92fbdae084 (patch)
treea8b30197c71dfea551d7adb6a6cee53cd94fd200 /backends/rtpmidi.md
parent588f204eaa6c69a8f09a70d9188cefcb6c6075f6 (diff)
downloadmidimonster-99d31eabf4a3afa4fd54782cc1d7cd92fbdae084.tar.gz
midimonster-99d31eabf4a3afa4fd54782cc1d7cd92fbdae084.tar.bz2
midimonster-99d31eabf4a3afa4fd54782cc1d7cd92fbdae084.zip
Cleanup rtmidi data structures
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 49c6baf..cea69e2 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -49,10 +49,11 @@ 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) |
+| `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 |
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.
+(and, depending on your setup, the `mdns-bind` parameter) need to be configured properly.
#### Channel specification