ELECTRICIDAD, código comunicación MIDI
COMUNICACIÓN MIDI #include <MIDI.h> const int sustain = 7; int a = 0; int b = 0; const int analogInPin3 = A0; // Analog input pin that the potentiometer is attached to const int analogOutPin3 = 11; // Analog output pin that the LED is attached to const int analogInPin = A2; // Analog input
