aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-08 22:18:45 +0200
committercbdev <cb@cbcdn.com>2020-04-08 22:18:45 +0200
commitc52f3d7f48daaaed52277363beb8325e67d67469 (patch)
treea878d4a1407384896be21d012aae919ae2571529 /backends/rtpmidi.md
parentf28497227eba6783d7e779a5ccaf2a12c1794a94 (diff)
downloadmidimonster-c52f3d7f48daaaed52277363beb8325e67d67469.tar.gz
midimonster-c52f3d7f48daaaed52277363beb8325e67d67469.tar.bz2
midimonster-c52f3d7f48daaaed52277363beb8325e67d67469.zip
Restructure mDNS discovery
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 64978ae..84a7cd6 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -1,7 +1,7 @@
### The `rtpmidi` backend
This backend provides read-write access to RTP MIDI streams, which transfer MIDI data
-over the network.
+over the network. Notably, it has native support in Apple devices.
As the specification for RTP MIDI does not normatively indicate any method
for session management, most vendors define their own standards for this.
@@ -83,8 +83,8 @@ rmidi1.ch0.pitch > rmidi2.ch1.pitch
#### Known bugs / problems
-The mDNS and DNS-SD implementations in this backends are extremely terse, to the point of violating the
+The mDNS and DNS-SD implementations in this backend are extremely terse, to the point of violating the
specifications in multiple cases. Due to the complexity involved in supporting these protocols, problems
arising from this will be considered a bug only in cases where they hinder normal operation of the backend.
-mDNS discovery may announce flawed records when run on a host with multiple active interface.
+mDNS discovery may announce flawed records when run on a host with multiple active interfaces.