Maybe then if you have no way to control the messaging, you could try using the -nolog option to irun / xrun, and instead pipe the stdout into the "tail" command, specifying a maximum number of lines to preserve. Not exactly "1ms" but there's no easy solution for what you're after. xrun -nolog | tail -n 1000 > sim.log
↧