[PD-dev] broken msgs cause Tcl traces, how to debug it?

Mathieu Bouchard matju at artengine.ca
Mon Jan 23 06:45:09 CET 2012


Le 2012-01-22 à 21:16:00, Miller Puckette a écrit :

> There's not much way around this.  One possibility (if indeed this is a 
> serious efficiency issue) would be for Pd to append a "done" message to 
> each batch up tcl to up-send.

That's called a newline... not preceded by a backslash. The thing with 
fconfigure -buffering line is that it doesn't care about backslashes, 
whereas eval does, and if you use both together, you need to account for 
that difference.

  ______________________________________________________________________
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC


More information about the Pd-dev mailing list