Made by Gustavo Silveira, 2019.
- This Sketch reads the Arduino's digital and analog ports and send midi notes and midi control change
- It can use many multiplexers
http://www.musiconerd.com http://www.youtube.com/musiconerd http://facebook.com/musiconerdmusiconerd http://instagram.com/musiconerd/ http://www.gustavosilveira.net gustavosilveira@musiconerd.com
If you are using for anything that's not for personal use don't forget to give credit.
- Update 1: (03/12/19): You can add multiple multiplexers for potentiometers.
- Update 2: Threads added. it makes your MIDI controller faster.
- Update 3: Encoder functionality added, using a super handy library.
- Update 4: (03/18/19): Multiple encoders tested and working.
- Update 5: (03/19/19): Multiple encoders (with banks) tested and working.
- Update 6: (06/01/20): Custom note numbers and CC
- Update 7: (06/02/20): Velocity Variable
- Update 8: (06/02/20): Buttons using CC
- Update 9: (06/08/20): Toggle mode added
- Update 10: (11/17/20): Addressable led Midi feedback with FastLed lib (ATmega32U4 only)
- Update 11: (03/14/21): Tabs; Oled displays, 75HC595 Bit shifter for LED feedback and VU; and many fixes.