Skip to content

Commit

Permalink
fixed PER_DETENT bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnishikawa committed Nov 23, 2021
1 parent ff8b29b commit 7f3a362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MIDIcontroller 2.4.1
# MIDIcontroller 2.4.2
### A library for creating Teensy MIDI controllers.
###### by Josh Nishikawa <github.com/joshnishikawa/MIDIcontroller>

Expand All @@ -16,6 +16,9 @@ ___
___

### VERSION LOG:
2.4.2
- Fixed a bug preventing PER_DETENT from working on encoders.

2.4.1
- Bounce (not Bounce2) is listed as a dependency.

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MIDIcontroller
version=2.4.1
version=2.4.2
author=Josh Nishikawa <joshnishikawa@gmail.com>
maintainer=Josh Nishikawa <joshnishikawa@gmail.com>
sentence=A library for creating Teensy MIDI controllers.
Expand Down
4 changes: 0 additions & 4 deletions src/MIDIenc.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*FIXME: after the value bottoms out alternating MIDI messages (0 1 0 1 0...)
will occasionally continue to be sent.
*/

#include "MIDIenc.h"

// constructors
Expand Down

0 comments on commit 7f3a362

Please sign in to comment.