I'm having trouble with midi. I can get it to spit out a few random notes and then it will just hold one.
I'm thinking a big part of it is that the MIDI implementation of my synthesizer. It's a Sequential Circuits Six Trak, and the typical commands in the midi tutorials didn't work so I tried to tweak them following the midi guidelines and then I got notes, but it just seems to put out a few notes after I upload the program then stop and hold one.
It seems that the third byte sent should be 0 if the command is note off, but it doesn't seem to work. The first byte doesn't really seem to matter either. Even though note on should be 1001 or 17, but I can put 16, 1, 1000, and it will still put out a few notes then hold one.