On Tue, 2022-12-20 at 10:43 +0100, IOhannes m zmoelnig wrote:
On 12/20/22 08:10, Lucas Cordiviola wrote:
hi,
you should *not* convert the list to a symbol:
totally. [l2s] just adds a lot of overhead, for no benefit.
The reason it used to work even with [l2s] is unrelated to 32bit vs. 64bit. Earlier versions of Pd didn't escape spaces in symbol atoms, so when the symbol got out of Pd, i.e. written to file or sent through network, the symbol containing spaces became a list of symbol atoms.
Roman