aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-19 20:48:03 +0200
committercbdev <cb@cbcdn.com>2020-04-19 20:48:03 +0200
commitea123f01f769b90b31b4bc78e2bdff5517e7e8de (patch)
treec135c1af756c3249d478310aa1531a9edf59e6aa /backends
parent79b7e7dae5814942c04ca33e94e92b89547ffeb2 (diff)
downloadmidimonster-ea123f01f769b90b31b4bc78e2bdff5517e7e8de.tar.gz
midimonster-ea123f01f769b90b31b4bc78e2bdff5517e7e8de.tar.bz2
midimonster-ea123f01f769b90b31b4bc78e2bdff5517e7e8de.zip
Add note to rtpmidi documentation
Diffstat (limited to 'backends')
-rw-r--r--backends/rtpmidi.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index a0098b0..2194a05 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -1,7 +1,8 @@
### The `rtpmidi` backend
This backend provides read-write access to RTP MIDI streams, which transfer MIDI data
-over the network. Notably, it has native support in Apple devices.
+over the network. Notably, RTP MIDI has native support in Apple devices including their
+tablets.
As the specification for RTP MIDI does not normatively indicate any method
for session management, most vendors define their own standards for this.
@@ -83,6 +84,9 @@ rmidi1.ch0.pitch > rmidi2.ch1.pitch
#### Known bugs / problems
+This backend is currently still a work in progress, and is not mentioned on the main README yet for that reason.
+Critical feedback and tests across multiple devices are very welcome.
+
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.