Le 27/01/09 13:41, IOhannes m zmoelnig a écrit :
Nicolas Montgermont wrote:
Hello list,
I was wondering if there are any possibilities to run pd in quiet mode? By quiet, I mean there are no output at all in the pd console (or in the terminal with -stderr). It would be very useful to save CPU power when errors are known and often printed. Any hints appreciated,
pd -stderr 2>/dev/null
works perfect! thanks