aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-20 20:38:58 +0200
committercbdev <cb@cbcdn.com>2020-04-20 20:38:58 +0200
commit8773fca1f7d2ffed68b6af4967b537d989a1e5b5 (patch)
tree079cce18262307c244bddd554be2467822a01f64 /backends/rtpmidi.md
parentf053dc36fd515e8d7952e1bdefdc0050226a27c4 (diff)
downloadmidimonster-8773fca1f7d2ffed68b6af4967b537d989a1e5b5.tar.gz
midimonster-8773fca1f7d2ffed68b6af4967b537d989a1e5b5.tar.bz2
midimonster-8773fca1f7d2ffed68b6af4967b537d989a1e5b5.zip
Print platform-specific error messages for socket calls
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 2194a05..13fd1f6 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -15,8 +15,8 @@ selectable per-instance, with some methods requiring additional global configura
configured in the instance configuration as well as previously unknown peers that
voluntarily send data to the instance.
* AppleMIDI session management: The instance will be able to communicate (either as participant
- or initiator) in an AppleMIDI session, which can optionally be announced via mDNS (better
- known as "Bonjour" to Apple users).
+ or initiator) in an AppleMIDI session, which will be announced via mDNS (better
+ known as "Bonjour" to Apple users) if possible.
Note that instances that receive data from multiple peers will combine all inputs into one
stream, which may lead to inconsistencies during playback.