Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnishikawa committed Jun 2, 2024
1 parent 40ea818 commit 051d525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MIDIcontroller 3.1.2
# MIDIcontroller 3.1.3
### A library for creating Teensy MIDI controllers.
###### by Josh Nishikawa <github.com/joshnishikawa/MIDIcontroller>

Expand All @@ -16,7 +16,7 @@ ___
___

### VERSION LOG:
3.1.1 MAJOR RELEASE WITH BREAKING CHANGES:
3.1.3 MAJOR RELEASE WITH BREAKING CHANGES:
- Min and Max output is no longer set when constructing objects.
use outputRange(min, max) instead.
- MIDIbutton is now completely deprecated. Use MIDIswitch instead.
Expand All @@ -33,6 +33,7 @@ ___
- MIDIswitch can now take START, STOP, CONTINUE, CLOCK or SYSTEM_RESET as an
argument. This allows the switch to send those messages instead of CC.
- Better examples
- Made inclusion of Flicker library optional. Some boards don't to Cap Touch.

(thanks @digitalelements for suggestions and testing all of the above)

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=3.1.2
version=3.1.3
author=Josh Nishikawa <joshnishikawa@gmail.com>
maintainer=Josh Nishikawa <joshnishikawa@gmail.com>
sentence=A library for creating Teensy MIDI controllers.
Expand Down

0 comments on commit 051d525

Please sign in to comment.