File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # MIDI Thing v2.1
1
+ # MIDI Thing v2.2
2
2
Firmware for the [ Befaco] ( http://befaco.org ) Eurorack MIDI module (MIDI Thing).
3
3
4
4
## Requirements
5
- You need Arduino >= 1.6.3. Recommended 1.8.5
5
+ You need Arduino >= 1.6.3.
6
6
7
7
Additionally you will need the following libraries installed (see the [ Arduino Guide] ( https://www.arduino.cc/en/Guide/Libraries ) on how to do this):
8
8
9
- * [ MIDI] ( https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1 ) If you use Library manager install version 4.3.1.
9
+ * [ MIDI] ( https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/5.0.2 )
10
10
* [ Bounce2] ( https://github.com/thomasfredericks/Bounce2 )
11
11
* [ mcp4728] ( https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/neuroelec/mcp4728_library_v1.3_for_Arduino_1.0.zip )
12
12
13
+ ## bug fix
14
+
15
+ - Fixed Retrigger issues
16
+ - Fixed Perc trigger note error.
17
+
13
18
14
19
## Uploading the firmware
15
20
You can’t perform that action at this time.
0 commit comments