i wonder how the jMax people deal with this as their gui is written in Java? does anyone know?
It runs in a completely separated *process* in fact.
It is my goal to let python scripts run on a separated thread as well, but for that i need to pack a few more things into flext (message queue, thread safety,...).
In that context: Which pd calls are allowed in a second thread? clock_delay(), outlet_*() would be the most important
greetings, Thomas