From 0fabf63d49c5a568f68e76d6ebd98a4efdc3a00d Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sun, 30 Oct 2016 09:09:06 +0100 Subject: [PATCH] Added reference to issue #60. --- examples/RPN_NRPN/RPN_NRPN.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/RPN_NRPN/RPN_NRPN.ino b/examples/RPN_NRPN/RPN_NRPN.ino index 69e0569..fcd94ca 100644 --- a/examples/RPN_NRPN/RPN_NRPN.ino +++ b/examples/RPN_NRPN/RPN_NRPN.ino @@ -8,6 +8,9 @@ MIDI_CREATE_DEFAULT_INSTANCE(); The complexity of this example resides in the fact that keeping a state of all the 16384 * 2 RPN/NRPN values would not fit in memory. As we're only interested in a few of them, we use a separate state map. + +If you'd like to go further, have a look at this thread: +https://github.com/FortySevenEffects/arduino_midi_library/issues/60 */ template