I am getting started with pd and have built a simple patch which interprets midi files using mrpeach's midi file object. It plays them on an array of simple square wave oscillators and then routes the output to the dac and a wav file.
Waiting 20 minutes for the Ode to Joy to render to wav inspired a question: is there a way to use pure data to render midi to synthesized wav asynchronously, as fast as the CPU can handle? Given how many pd objects rely on times given in ms, it seems like this might be difficult.