Added reference to issue #60.

This commit is contained in:
Francois Best 2016-10-30 09:09:06 +01:00
parent 4eee744b35
commit 0fabf63d49
1 changed files with 3 additions and 0 deletions

View File

@ -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<class State, byte MsbSelectCCNumber, byte LsbSelectCCNumber>