aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-11 23:49:11 +0100
committercbdev <cb@cbcdn.com>2019-12-11 23:49:11 +0100
commit60adf2c4fe53e935e6de359ef1c01d0a91ab7480 (patch)
tree023549c4b6feb9a0f2906dd065e89d48a5418d84 /backends/rtpmidi.md
parent1bde6249ab6b44764ff2d7ef79e2f22ddf9a7082 (diff)
downloadmidimonster-60adf2c4fe53e935e6de359ef1c01d0a91ab7480.tar.gz
midimonster-60adf2c4fe53e935e6de359ef1c01d0a91ab7480.tar.bz2
midimonster-60adf2c4fe53e935e6de359ef1c01d0a91ab7480.zip
Implement rtpmidi peer handling
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index c208bf7..d8e3b63 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -51,6 +51,7 @@ Common instance configuration parameters
| `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 |
+| `peer` | `10.1.2.3 9001` | none | Configure a direct session peer, bypassing AppleMIDI discovery. May be specified multiple times |
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.