I'm trying to think of a way to use Pd in a non-realtime, batch process sort of fashion.
The idea is that I could pass file names and parameters via command line (or whatever), and Pd would process the data accordingly and write the results to a file.
I realize Pd probably isn't the best tool for the job, but it might make some things simpler. I'm trying to do some stuff for work that requires both batch processing and efficient real time processing. It would be nice if both could be done with the same software. The alternative is to use Pd for real time stuff and Octave for batch stuff. Octave can be used for some real time stuff, but it's pretty slow.
Any suggestions?