Cheers Frank. I removed the redundant parts and replaced the list2symbol with embeded core only stuff, the attached version should be more portable. Also I removed the loader because of the OSC errors it was throwing up for sime people.
Looks like 3 of those decimal places got lost in moving the data over through OSC as floats, or at least Pd is only showing 5 of them now :/ a. On Wed, 25 Oct 2006 23:00:55 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > padawan12 hat gesagt: // padawan12 wrote: > > > btw what are the proper replacements for > > unsymbol, list2symbol and tosymbol - some people aren't finding them, > > what should I use instead? > > unsymbol: [list trim] > (but in your patch you can just delete it) > > list2symbol: list-l2s.pd from [list]-abs is an implementation using > only core objects. > > tosymbol: [symbol] or also use list-l2s.pd, but then again, I just > removed it from your patch as well and it seemed to work. > > Ciao > -- > Frank Barknecht _ ______footils.org_ __goto10.org__ > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
