Re: [PD] symbols with zero paddings and spaces

2021-03-18 Thread Christof Ressi
Message: 2 Date: Thu, 18 Mar 2021 09:18:32 +0100 From: IOhannes m zmoelnig mailto:zmoel...@iem.at>> To:pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> Subject: Re: [PD] symbols with zero paddings and spaces Message-ID: <mailto:c5b2daaf-2979-dac5-aa5c-d800b282c...@iem.at>>

Re: [PD] symbols with zero paddings and spaces

2021-03-18 Thread Dan Wilcox
r 18, 2021, at 10:29 AM, pd-list-requ...@lists.iem.at wrote: > > Message: 2 > Date: Thu, 18 Mar 2021 09:18:32 +0100 > From: IOhannes m zmoelnig mailto:zmoel...@iem.at>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: Re: [PD] symbols with zero pad

Re: [PD] symbols with zero paddings and spaces

2021-03-18 Thread IOhannes m zmoelnig
On 3/17/21 2:25 PM, Christof Ressi wrote: Note the different position of the backslash! I'm not sure if this particular escaping behavior is actually intended or just works by chance... Generally, it would be great to document Pd's string escaping, because it is not entirely obvious. somet

Re: [PD] symbols with zero paddings and spaces

2021-03-17 Thread Christof Ressi
Oh, you're right! I just realized that he was using cmd.exe, while I was using a Msys2 shell. That explains the difference: cmd.exe keeps the quotations for echo, but the Msys2 shell strips it away. Christof On 17.03.2021 22:10, José de Abreu wrote: he gets 01 because the full symbol is "01

Re: [PD] symbols with zero paddings and spaces

2021-03-17 Thread José de Abreu
he gets 01 because the full symbol is "01 and the last symbol is actually 05.txt" strange, why echo is sending " ... (!?) Em Qua, 17 de mar de 2021 12:33, oliver escreveu: > On 2021-03-17 14:25, Christof Ressi wrote: > > pdsend/pdreceive uses the FUDI protocol (= Pd messages), where strings >

Re: [PD] symbols with zero paddings and spaces

2021-03-17 Thread oliver
On 2021-03-17 14:25, Christof Ressi wrote: pdsend/pdreceive uses the FUDI protocol (= Pd messages), where strings that look like floats are converted to a float atom. When serializing between FUDI strings and Pd atoms, the textual result is not guaranteed to be the same for number atoms. i see

Re: [PD] symbols with zero paddings and spaces

2021-03-17 Thread Christof Ressi
pdsend/pdreceive uses the FUDI protocol (= Pd messages), where strings that look like floats are converted to a float atom. When serializing between FUDI strings and Pd atoms, the textual result is not guaranteed to be the same for number atoms. the resulting output from [netreceive -u 3001]

Re: [PD] symbols with zero paddings and spaces

2021-03-17 Thread Dan Wilcox
.@lists.iem.at wrote: > > Message: 4 > Date: Wed, 17 Mar 2021 11:40:29 +0100 > From: oliver mailto:oli...@klingt.org>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: [PD] symbols with zero paddings and spaces > Message-ID: <20640105c3eb39645

[PD] symbols with zero paddings and spaces

2021-03-17 Thread oliver
hi, dear list ! when i try to send a symbol containing spaces AND numbers prepended by zeros with [pdsend], the zeros get truncated in unpredictable ways. to see what i mean, please do the following: 1.) open the [netreceive] help patch 2.) open a console and try the following command: =