Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnishikawa committed Nov 22, 2021
2 parents 7564884 + 527f7d0 commit ff8b29b
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ ___

2.3.3
- Made waitTime for MIDIdrum user-selectable.
4.3.2

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:
- thresholds for Capacitive Touch buttons are automatically detected
Expand All @@ -44,32 +47,41 @@ ___
- Made "killSwitch" user-selectable (just put any CC# instead of KILL)
- Added setKillSwitch(byte) to set kill CC (use OFF or 0 to disable it).
- Added a few visual aides

2.2.5
- Bugfixed jitter that occurred when using inputRange() with input maxed
- Arguments for specific velocities can now be passed to velocity inputs
- Added literals to highlight MOMENTARY, LATCH, TRIGGER and KILL modes
- Long overdue completion of the "Flicker" library (for Cap Touch input)
- Made separate examples for 'pot' and 'sensor' (to avoid confusion)

2.2.0
- Added support for Piezos (Must be wired properly. See example)
- "MIDInote" class changed to "MIDIdrum" and optimized for FSR and Piezo
- Removed redundant 'velocity' variable. Just call outputRange(127, 127)
- Added support for using a Capacitive Touch input as a MIDIbutton
- Included 'Flicker' library (required for Capacitive Touch buttons)

2.1.5
- got rid of useless '*MC' pointer. renamed 'kill' to 'mode'
4.1.3

2.1.3
- included an example of how to implement aftertouch
6.1.2

2.1.2
- many variables changed to 'byte' or 'uint16_t' for easy storage
- public and private variables are better sorted

2.1.0
- Split read() and send() functions. MIDI channel is now user selectable

2.0.6
- Fixed a bug preventing poly CC to return to zero after note off.
4.0.5

2.0.5
- Added a condition to prevent many double note triggers.
6.0.4

2.0.4
- Added support for capacitive sensors (and started this version log)
___

Expand Down

0 comments on commit ff8b29b

Please sign in to comment.