My specialty is hardware, logic and machine programming. I know that down the road, I will be looking into trying to run pd on my own boards. The thing is, I don't really know anything about the language pd is written in, or more importantly, the nature of a pd patch's disassembled code.
Does anyone know if pd code can be easily run on architectures other than x86 and ppc?
I have alot of experience on the moto 68000 series, which at 16MHz is probably fast enough for some wavetable syntheses and alot of control comptations, right? That's where I would like to start.
I'm also interested in some other cpu's that I haven't delved much into yet.. the hitachi SH-4 looks attractive for embedding in a pd board, with its built-in logic for fourier transforms and matrix math (which I think would be nice for an audio-responsive GEM patch).