On Mon, 19 Jan 2004, Miller Puckette wrote:
well, now it's pd and jack ... in the future, there's no telling how crowded the space of "real-time" hungry processes will get. So maybe it's worth finding a general way to determine which level Pd should live at. Perhaps it should be just below the one jack chooses (and does anyone know that one?)
seems to be 10 for the server and 9 for the client. (from jackd/jackd.c:static int realtime_priority = 10;)
Guenter