Mathieu Bouchard wrote: > On Sat, 19 Jul 2008, Mathieu Bouchard wrote: > >> Perhaps you don't, but I do print my A_LIST atoms right fucking now >> using an object called [print], in Miller's Pd, instead of agreeing >> with things that can either crash pd or make it do something undefined >> that has nothing to do with printing the contents of the string. > > Oh. Just to clear something up: I'm not patching Miller's [print], I'm > just replacing the [print] method by a different creator in > &pd_objectmaker.
you don't need any more magic to do this in Pd-0.42: as soon as your library registers the [print] class it will override the original one. personally i think this is ugly. mfgadr IOhannes _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
