Skip to content

Arduino projects to go with a MIDI 2.0 controller prototype I built with an old Arduino Uno

License

Notifications You must be signed in to change notification settings

a-n-t-i-b-a-r-y-o-n/ArduinoMidiController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoMidiController

These go with the MIDI controllers I've built.

Code Contents:

  • MidiControllerTest1

    • Initial test with the MIDI protocol designed with my first, smaller controller in mind:
  • MidiController1

    • Working version of a controller with pitch knob, pitch bend, velocity knob, channel knob and one general controller. Has a single button to send a note.
  • MidiController2

    • Multi-mode controller. One mode is exactly like MidiController1, the other make the knobs all general controllers and uses two other buttons to change the output note.
    • This and MidiController1 were designed with my larger controller in mind:

Code Dependencies:

Parts Used:

Larger Controller

  • 1x Arduino Uno
  • 1x SSD1306 SPI OLED Display
  • 5x Potentiometers
  • 4x Small buttons
  • 4x 10K Ohm resistors
  • 1x RGB LED
  • 1x Sanoxy USB MIDI Adapter

Feel free to use or adapt this code to you heart's content. Accompanying circuit diagrams through Fritzing still to come...

About

Arduino projects to go with a MIDI 2.0 controller prototype I built with an old Arduino Uno

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages