Skip to content

This is a simple example code to use if you want to create a custom MIDI controller with only potentiometers.

Notifications You must be signed in to change notification settings

weirdest-worry/aalto_midi_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Aalto MIDI controller Arduino Mega 2560

This is a code I have used to create my own Madronalab's Aalto VST (https://madronalabs.com/products/aalto) MIDI controller.

There are several way to make Arduino send MIDI over USB:

  • by flashing Arduino USB Controller PROs:

    • you don't have to install any software on your PC CONs:
    • while prototyping you have to flash the firmware to the original version to upload the code, flash it back in "midi mode", test, flash it back to original firmware.
  • by using Arduino as it is, sending normal Serial Data but using an additional software in your Computer PROs:

I DON'T recommend to use the first approach UNLESS you're 100% sure your project is completed and you won't touch your code anymore.

If you want to see more on this project, follow me on Instagram: weirdest.worry

Me on Spotify: https://open.spotify.com/track/725nTtDs581feNjHHhDJ92?si=25YK9WobRiCmTu0RHJR6Ug

Instractable at https://www.instructables.com/id/Arduino-MIDI-Controller-for-Aalto/

About

This is a simple example code to use if you want to create a custom MIDI controller with only potentiometers.

Topics

Resources

Stars

Watchers

Forks

Languages