[PD-dev] [PD] Should message objects be able to pre-parse $0 into valid dollarzero?

IOhannes m zmölnig zmoelnig at iem.at
Wed Sep 10 20:52:23 CEST 2014


On 09/10/2014 06:45 PM, Jonathan Wilkes via Pd-dev wrote:
> 2) On a more superficial note, isn't the problem that Pd doesn't store stray "\n" characters in message boxes?  The only time I can think of when one would have a real desire for $0 in a message box is when initializing a bunch of receivers:
> 
> [; $0-foo 1;
> $0-bar 2;
> $0-flub 3;(
> 
> But if the box stored "\n" you could get the same clean format with commas:
> [foo 1,
> bar 2,
> flub 3(
> |
> [zerofy-me] <- add a "$0-" to the selector
> 
> |        |
> 
> [send]
> 

hmm, i totally fail to see how this does not work currently.

ah, is your (only) concert, that the selectors do not line up nicely?
it would probably make sense for the msgbox to auto-linebreak between
msgboxes anyhow.

or you play a bit with the box-width.


but then, i totally agree that whitespaces should be preserved in patches.

gfmdsar
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: zerofy-me.pd
Type: text/x-puredata
Size: 387 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20140910/45170f26/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zerofy-test.pd
Type: text/x-puredata
Size: 458 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20140910/45170f26/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20140910/45170f26/attachment.sig>


More information about the Pd-dev mailing list