From ea123f01f769b90b31b4bc78e2bdff5517e7e8de Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 19 Apr 2020 20:48:03 +0200 Subject: Add note to rtpmidi documentation --- backends/rtpmidi.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'backends') 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. -- cgit v1.2.3