[flext] How to track errors in Pd console [solved]

Thomas Grill gr at grrrr.org
Thu Feb 25 12:40:42 CET 2010


Am 25.02.2010 um 12:26 schrieb Jean-Yves Gratius:

> This seems to work :
>
> pd_error(thisHdr(),"error message");

true, but you should be aware that it's specific for Pd (won't compile  
for Max) and should probably be enclosed in
#if FLEXT_SYS == FLEXT_SYS_PD
...
#endif

gr~~~



More information about the flext mailing list