From 800bc2768cf53963380c4a1a5d6001d398d73d2f Mon Sep 17 00:00:00 2001 From: joshnishikawa <10557283+joshnishikawa@users.noreply.github.com> Date: Sat, 27 Mar 2021 11:32:06 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 198db2c..57c103d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MIDIcontroller 2.3.4 ### A library for creating Teensy MIDI controllers. -###### by Josh Nishikawa (github.com/joshnishikawa/MIDIcontroller) +###### by Josh Nishikawa FEATURES INCLUDE: - velocity sensitive FSR, Piezo or Capacitive Touch inputs @@ -12,10 +12,10 @@ can also be set for analog input (maintaining stability in conversion) ___ ***THIS LIBRARY REQUIRES - MIDI Library, Bounce2, Encoder, Flicker*** -(github.com/joshnishikawa/Flicker) + ___ -**VERSION LOG:** +### VERSION LOG: 2.3.4 - Added inputRange() to MIDIdrum. - Added an example for muxed input.