Hi!
It’s saturday, I’d nothing to do, so I brought some ideas to paper:
This is my concept of a modular hybrid synthesizer using 3 PIC, EPROM and some cheap logic and analog components. I think that works fine, and the PICs have much time to calculate their parts.
How it should work:
Each µC-Board listens to the same midiconnection, and each of them use only the data it needs, eg board 1 only takes note-on and note-off events. Each board calculates independently. The PIC on board 2 uses the timer to read the input and to output the results.
Board 3 & AOUT are the things TK made already.
The clock generator is basicaly a downcounter with 2 latches using a high frequency crystal to work. There is a similar board here:
http://www.cgs.synth.net/modules/cgs20_dco.html
The wavetable is an EPROM driven by a counter, similar to this:
http://www.cgs.synth.net/modules/wavetable.html
VCF … I don’t know, there are a lot of schematics…
DAC is simple IC, eg DAC0830, DAC0832…
So, what do you professionals ;D think about it? Does it work, or am I wrong?
It is a modular hybrid wavetable synthesizer, you could add additional digital parts between board 2 and the DAC, you could also add analog parts between DAC and VCF… I guess it would be realy cool, if it works that way ;D
THX
Maik