aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-18 17:34:29 +0200
committercbdev <cb@cbcdn.com>2020-04-18 17:34:29 +0200
commit5ca868f4bf5a48e0d6bd456c02fe834e80dd9fcf (patch)
treeac5f475a9bbceb679a535fd03250e61e3334585e /backends/rtpmidi.md
parentb34a3f142495da9a2879b6ff13623d9a50dcfb89 (diff)
downloadmidimonster-5ca868f4bf5a48e0d6bd456c02fe834e80dd9fcf.tar.gz
midimonster-5ca868f4bf5a48e0d6bd456c02fe834e80dd9fcf.tar.bz2
midimonster-5ca868f4bf5a48e0d6bd456c02fe834e80dd9fcf.zip
Use instance name as mDNS announce name
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 33fbe59..a0098b0 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -25,7 +25,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-name` | `computer1` | none | mDNS hostname to announce (`<mdns-name>.local`). Apple-mode instances with `title` configuration will be announced via mDNS if set. |
+| `mdns-name` | `computer1` | none | mDNS hostname to announce (`<mdns-name>.local`). Apple-mode instances will be announced via mDNS if set. |
| `mdns-interface` | `wlan0` | none | Limit addresses announced via mDNS to this interface. On Windows, this is prefix-matched against the user-editable "friendly" interface name. |
#### Instance configuration
@@ -50,7 +50,6 @@ Common instance configuration parameters
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
| `bind` | `10.1.2.1 9001` | `:: <random>` | Local network address to bind to (note that AppleMIDI requires two consecutive port numbers to be allocated). |
-| `title` | `Just Jamming` | none | Session/device name to announce via mDNS. If unset, the instance will not be announced. |
| `invite` | `pad` | none | Devices to send invitations to when discovered (the special value `*` invites all discovered peers). May be specified multiple times. |
| `join` | `Just Jamming` | none | Session for which to accept invitations (the special value `*` accepts the first invitation seen). |