dimitrios73gr
dimitrios73gr
> for pitch bend change to this > send_midi_eventcc(0xE0, cc+ i, midiCState[i]); Thank you very very much for your help!!!!...I will try it soon and I will respense to you!!!...one...
> for pitch bend change to this > send_midi_eventcc(0xE0, cc+ i, midiCState[i]); > Check my fork, there you can see the code > https://github.com/andersonbruno02/keyboardscanner Perfect!!!!!....Thanks you very much for your...
Hello, Everything is working except PEDAL...I connect the one leg of push button on pin 21 and the other leg to gnd..Do I need to use resistor between pedal pin...
> also theres a better way to use the pedal. > using the midi control change > i will be implementing this very soon Hello,sorry for bothering you again...Pedal is...
> try the new code: > https://github.com/andersonbruno02/keyboardscanner is control change now. > im using the internal pullup resistor from arduino, no need add more resistors. > only a conection to...