Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnishikawa committed Mar 12, 2021
1 parent d668d16 commit 5229293
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

MIDIcontroller 2.3.2 - A library for creating Teensy MIDI controllers.
MIDIcontroller 2.3.3 - A library for creating Teensy MIDI controllers.
- by Josh Nishikawa (github.com/joshnishikawa/MIDIcontroller)

FEATURES INCLUDE:
Expand All @@ -12,12 +12,13 @@
- 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 ***
*** (github.com/joshnishikawa/Flicker) ***
*****************************************************************************
*************************************************************************
*** THIS LIBRARY REQUIRES - MIDI Library, Bounce2, Encoder, Flicker
*** (github.com/joshnishikawa/Flicker)
*************************************************************************

VERSION LOG:
2.3.3 – Made waitTime for MIDIdrum user-selectable.
2.3.2 - Fixed the broken smooth() function for analog inputs.
2.3.1 - All examples updated to prevent MIDI and usbMIDI stack crashes.
2.3.0 - A major update to the Flicker library:
Expand Down Expand Up @@ -50,7 +51,7 @@ VERSION LOG:
2.0.5 - Added a condition to prevent many double note triggers.
2.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
Expand Down

0 comments on commit 5229293

Please sign in to comment.