The following link
I wonder if there is a similar work for AVR 8535 ? Does BACOMAVR support MIDI functionality? Is there any AVR compiler with MIDI functions?
The following link
I wonder if there is a similar work for AVR 8535 ? Does BACOMAVR support MIDI functionality? Is there any AVR compiler with MIDI functions?
a
Midi is trivial to do on any processor with a serial port. Just set up the port to run at 31.25k baud and use it like any other serial port. The codes you need to send can be Googled for instance, $7B,$00 will set all notes off. That AVR has analogue to digital converter inputs so it should be easy to make a voltage to midi program.
Peter
Have something to add? Share your thoughts — no account required.
Ask the community — no account required