From 508812b2b4eed3efc06e9ca6513f31f807ac51e1 Mon Sep 17 00:00:00 2001 From: joshnishikawa Date: Tue, 6 Jul 2021 09:13:04 +0900 Subject: [PATCH] Depends: Bounce (not Bounce2) --- README.md | 13 ++++++++----- library.properties | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a886738..6638199 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MIDIcontroller 2.4.0 +# MIDIcontroller 2.4.1 ### A library for creating Teensy MIDI controllers. ###### by Josh Nishikawa @@ -11,11 +11,14 @@ - Min/Max output can be set (or inverted) for all MIDI. Min/Max input can also be set for analog input (maintaining stability in conversion) ___ -***THIS LIBRARY REQUIRES - MIDI Library, Bounce2, Encoder, Flicker*** +***THIS LIBRARY REQUIRES - MIDI Library, Bounce, Encoder, Flicker*** ___ ### VERSION LOG: +2.4.1 +- Bounce (not Bounce2) is listed as a dependency. + 2.4.0 - The .4. is for the added inputRange() and setWaitTime() functions - This update also (actually) fixes that MIDIdrum bug preventing high velocity @@ -68,7 +71,7 @@ ___ - Added a condition to prevent many double note triggers. 6.0.4 - Added support for capacitive sensors (and started this version log) -___ +___ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -76,10 +79,10 @@ in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/library.properties b/library.properties index 1321787..d011c65 100644 --- a/library.properties +++ b/library.properties @@ -7,4 +7,4 @@ paragraph=Includes easy to follow examples for implementing velocity sensitive F category=Sensors url=https://github.com/joshnishikawa/MIDIcontroller architectures=avr -depends=MIDI Library, Flicker, Bounce2, Encoder +depends=MIDI Library, Flicker, Bounce, Encoder