tttapa / MIDI_controller

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

Program Change CC Commands #55

Closed cferrarini closed 6 years ago

cferrarini commented 6 years ago

Hello,

I Still use a previous version of this controller and my code uses thes commands below, are there equivalent commands for Control Change and Program Change?

Thanks!

USBMidiController.send(CC, 1, 21, 0);

USBMidiController.send(PROGRAM_CHANGE, 1, 1);