Reply to Teensyduino
Teensyduino So here's the deal, I had been running my midi controller on the arduino using code from http://www.instructables.com/id/Arca...DI-Controller/ and it was awesome. However, I had the arduino on the side and all ugly looking so i got a teensy++. With this there is more expandability and usb to midi instead of serial, but also a little confusion. I'm not new to arduino like programing but for some reason midi has got me stumped. My big question is if anyone out there has used the teensyduino for usb midi, i'm not looking for someone to write the code for me just to help explain how to set it all up. Here is what the makers of teensyduino give to run with: http://pjrc.com/teensy/td_midi.html with no examples. This is what i have for reading one of the buttons, i still need that channel, but i'm not sure what that is lol. Code:
if (digitalRead(PIN_D3)) { } else { usbMIDI.sendNoteOn(60, 127, } Thanks a lot of any help! | |
You need to login in order to write on our forum |
<< Cancel