tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
403 stars 70 forks source link

Digital buttons to MIDI CC #49

Closed oscarosky closed 6 years ago

oscarosky commented 6 years ago

In some cases it is necessary to assign a MIDI controller to a digital button, but in this library can only be assigned MIDI notes. Is it possible to implement this function without having to connect buttons to the analog inputs?

oscarosky commented 6 years ago

Sorry, I found the solution in another previous message. I will try to follow the instructions in Custom MIDI controls.