Analog voltage to MIDI converter with AVR

The following link

formatting link
shows a voltage to MIDI convertion board based on a PIC.

I wonder if there is a similar work for AVR 8535 ? Does BACOMAVR support MIDI functionality? Is there any AVR compiler with MIDI functions?

Reply to
<xyz>
Loading thread data ...

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

--
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.811 / Virus Database: 552 - Release Date: 13/12/04
Reply to
moocowmoo

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.