Ivica Ico Bukvic wrote:
Couldn't the broadcast command spawn a separate thread that then services all clients to avoid xruns?
It might be better just to have it send the same buffer instead of repeatedly parsing the same input for each send (unless it's the thread creation itself that causes glitches). I'll look into it.
Martin