moocowmoo
Guest
|
Posted:
Fri Jan 07, 2005 5:16 pm Post subject:
Re: Analog voltage to MIDI converter with AVR |
|
|
<xyz> wrote in message
news:41ddfe7c$0$13283$afc38c87@news.optusnet.com.au...
| Quote: | The following link (http://tomscarff.tripod.com/cv2midi/cv2midi.htm) 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?
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 |
|