Tomas Hvgstrvm wrote: > > Is there any publically avalible code for implementing MIDI stuff with > PIC processors? > I'd like to build e.g. a MIDI to CV converter which translates MIDI to > analog control voltages > for old analog monster synths. Also a CV->MIDI converter is interesting. > > After a surf session I found some Theremin MIDI source code and also > some simple > MIDI IN and OUT code. > > With a PIC with integrated serial ports a MIDI->CV could probably be > implemented very > compact and nice. > > Cheers / Tom I've built a MIDI-controller, and am starting (well, NOW actually) to build a MIDI-decoder (some sort of MIDI-patch bay) I've created this with a p16c84, one pin is MIDI-output, rest is inputs for key's, displays etc. I can send you the source if you like. MIDI-in isn't finished though. (should be by tomorrow) Hans