solidsnake745 / MIDI_Device_Controller

An Arduino based library for controlling various devices via the MIDI interface
GNU General Public License v3.0
6 stars 0 forks source link

MIDI_Device_Controller

An Arduino based library for controlling various devices via the MIDI interface
Developed while making cover videos here

Adds the following controller objects:
MDF - MIDI Device Factory - For creating device objects
MDC - MIDI Device Controller - For controlling and operating devices
MCF - MIDI Collection Factory - For creating device collection objects
MCC - MIDI Collection Controller - For controlling and operating collections of devices

TODO (4/11/20): Document how to use