Help Troubleshooting MIDI Receive Circuit. - Audio - Arduino Forum Optoacoplador
Help Troubleshooting MIDI Receive Circuit. - Audio - Arduino Forum Optoacoplador
#############################################################################################
HARDWARE NOTE:
The MIDI Socket is connected to arduino RX through an opto-isolator to invert the MIDI signal
and separate the circuits of individual instruments.
#############################################################################################
*/
//variables setup
byte incomingByte;
byte note;
byte button;
int noteDown = LOW;
int state=0; // state machine variable 0 = command waiting : 1 = note waitin : 2 = v
byte channel = 1; // MIDI channel to respond to (in this case channel 2) change this to ch
// MIDI channel = the value in 'channel' + 1
1 of 6 6/8/2021, 9:22 PM
Help troubleshooting MIDI receive circuit. - Audio - Arduino Forum https://forum.arduino.cc/t/help-troubleshooting-midi-receive-circuit/264...
2 of 6 6/8/2021, 9:22 PM
Help troubleshooting MIDI receive circuit. - Audio - Arduino Forum https://forum.arduino.cc/t/help-troubleshooting-midi-receive-circuit/264...
3 of 6 6/8/2021, 9:22 PM
Help troubleshooting MIDI receive circuit. - Audio - Arduino Forum https://forum.arduino.cc/t/help-troubleshooting-midi-receive-circuit/264...
4 of 6 6/8/2021, 9:22 PM
Help troubleshooting MIDI receive circuit. - Audio - Arduino Forum https://forum.arduino.cc/t/help-troubleshooting-midi-receive-circuit/264...
5 of 6 6/8/2021, 9:22 PM
Help troubleshooting MIDI receive circuit. - Audio - Arduino Forum https://forum.arduino.cc/t/help-troubleshooting-midi-receive-circuit/264...
6 of 6 6/8/2021, 9:22 PM