Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Andrew Cole | Apr 27, 2006 1:20 pm | |
| IOhannes m zmoelnig | Apr 28, 2006 12:17 am | |
| Hans-Christoph Steiner | Apr 28, 2006 2:36 am | |
| Piotr Majdak | Apr 28, 2006 2:47 am | |
| Hans-Christoph Steiner | Apr 28, 2006 2:57 am | |
| IOhannes m zmoelnig | Apr 28, 2006 3:00 am | |
| Hans-Christoph Steiner | Apr 28, 2006 3:32 am | |
| Chuckk Hubbard | Apr 28, 2006 5:37 am | |
| s.koepf | Apr 28, 2006 7:32 am | |
| day 5 | Apr 28, 2006 11:49 am | |
| João Miguel Pais | Apr 29, 2006 7:02 am | |
| Mathieu Bouchard | Apr 29, 2006 12:46 pm | |
| day 5 | Apr 29, 2006 6:36 pm |
| Subject: | Re: [PD] pd window messages | |
|---|---|---|
| From: | s.koepf (s.ko...@uni-koeln.de) | |
| Date: | Apr 28, 2006 7:32:45 am | |
| List: | at.iem.pd-list | |
Piotr Majdak wrote:
Hans-Christoph Steiner wrote:
On Apr 28, 2006, at 9:18 AM, IOhannes m zmoelnig wrote:
Andrew Cole wrote:
Hi, Does anyone know of a way to grab messages that are printed to the PD window, for example if a sound file has a bad header or an object fails to load?
use "-stderr" to dump them to the standard error, then redirect the stderr to stdout then pipe it to whereever you want.
That would be a nice script to have in /scripts/ with a matching patch.
Do you guys have a independent solution? I'm interested in something for Windows...
pd -verbose -stderr 2>test.txt
does something like this on Windows.
Siegfried Koepf





