|
1 |
| -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
2 |
| - |
3 |
| - MIDIcontroller 2.3.4 - A library for creating Teensy MIDI controllers. |
4 |
| - - by Josh Nishikawa (github.com/joshnishikawa/MIDIcontroller) |
| 1 | +# MIDIcontroller 2.3.4 |
| 2 | +### A library for creating Teensy MIDI controllers. |
| 3 | +###### by Josh Nishikawa (github.com/joshnishikawa/MIDIcontroller) |
5 | 4 |
|
6 | 5 | FEATURES INCLUDE:
|
7 | 6 | - velocity sensitive FSR, Piezo or Capacitive Touch inputs
|
|
11 | 10 | - support for encoders
|
12 | 11 | - Min/Max output can be set (or inverted) for all MIDI. Min/Max input
|
13 | 12 | can also be set for analog input (maintaining stability in conversion)
|
14 |
| - |
15 |
| -************************************************************************* |
16 |
| -*** THIS LIBRARY REQUIRES - MIDI Library, Bounce2, Encoder, Flicker |
17 |
| -*** (github.com/joshnishikawa/Flicker) |
18 |
| -************************************************************************* |
| 13 | +___ |
| 14 | +***THIS LIBRARY REQUIRES - MIDI Library, Bounce2, Encoder, Flicker*** |
| 15 | +(github.com/joshnishikawa/Flicker) |
| 16 | +___ |
19 | 17 |
|
20 | 18 | VERSION LOG:
|
21 | 19 | 2.3.4 - Added inputRange() to MIDIdrum.
|
@@ -53,9 +51,8 @@ VERSION LOG:
|
53 | 51 | 2.0.6 - Fixed a bug preventing poly CC to return to zero after note off.
|
54 | 52 | 2.0.5 - Added a condition to prevent many double note triggers.
|
55 | 53 | 2.0.4 - Added support for capacitive sensors (and started this version log)
|
| 54 | +___ |
56 | 55 |
|
57 |
| -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
58 |
| - |
59 | 56 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
60 | 57 | of this software and associated documentation files (the "Software"), to deal
|
61 | 58 | in the Software without restriction, including without limitation the rights
|
|
0 commit comments