From d0110e48661c378e47467ded3d56eece1e5a6509 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 24 Apr 2020 07:10:21 +0200 Subject: [PATCH] doc: Thru is off by default in other transports --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2dc9eff..6a170f9 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ All these Transport layers use this library for all the underlying MIDI work, making it easy to switch transport protocols or making transport protocol bridges. +### Differences between Serial & other transports + +- Software Thru is enabled by default on Serial, but not on other transports. + ## Contact To report a bug, contribute, discuss on usage, or simply request support, please [create an issue here](https://github.com/FortySevenEffects/arduino_midi_library/issues/new).