On Friday 18 November 2005 11:30, derek holzer wrote:
- Run one instance of pd -noaudio for your GUI, and use OSC to
communicate with another instance of pd -nogui for your DSP. The poor man's multithreading!
That will work best if you set the priority of the DSP-pd higher than the GUI-pd. For instance use the -rt flag only for pd -nogui. And of course a dual-cpu or dual-core system will help as well.
G