Untitled
unknown
plain_text
a year ago
509 B
61
Indexable
#include <Control_Surface.h>
USBMIDI_Interface midi;
// Button Rows
CCButton button0 = {0, {20, Channel_1}};
CCButton button1 = {1, {21, Channel_1}};
CCButton button2 = {2, {22, Channel_1}};
CCButton button3 = {3, {23, Channel_1}};
CCButton button4 = {4, {24, Channel_1}};
CCButton button5 = {5, {25, Channel_1}};
CCButton button6 = {6, {26, Channel_1}};
CCButton button7 = {7, {27, Channel_1}};
void setup()
{
Control_Surface.begin();
}
void loop()
{
Control_Surface.loop();
}Editor is loading...
Leave a Comment