[PD] Sequencing characters?

IOhannes m zmoelnig zmoelnig at iem.at
Mon Aug 18 16:06:54 CEST 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 2014-08-18 15:17, Lorenzo Sutton wrote:
> Is this representation (with no spaces between 'notes') mandatory?
> Or could you for instance have something like:
> 
> [list a b a b c ... (
> 

definitely.
it would also minimize the pollution of Pd's symbol-cache.

if, however, you *must* use long "words" you have two options:
- - either use Pd>=0.45 with [list fromsymbol] (as miller suggested)
- - or use zexy's [symbol2list]
to convert the symbol into the list representation lorenzo suggested.

after that it is fairly easy:

             [list a b a b c ...(
             |
[bang(       +--+
|            |  |
[list prepend]  |
|               |
[list split 1]  |
|      |        |
|      +--------+
|

fgmasdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT8gh+AAoJELZQGcR/ejb4J3AP/A/YPMITBV+ASocPfgSHbzo7
Luvcy6KSR4fM+BYKpq+SlSrsPKTtt1rJw/G1N3mipO9jI0ZeXSQJqj1GJOCOLMTA
JoH2yguIyxRtmIVp54Q5YYaUPfBML+IswDWTNtQtyK5QxG12QEHh+TR7umv0simR
al300MfsE4MVPo/hMdoPtlWhTIZqyA0cEaDX23V94i3ADLD/JWuVjR/XNEDeKVna
IX1cOtSX37KqJbv78gSmpnQOcamIlQRVfAf/bxz6LX8Rcl3tu6GfSkPNT/FgofKh
mEBF4NaUzYUK/Fl8cBq3pS5KYpxqoOwhI9dqR0G9axMNWnGngSXdXGYADW36jRZ4
gJCiNhKtMlvfdetfC4RDjPqcMMdy07OtqreX7H7aLaKVFPDkWwfH7m/3q96s/bZu
HCm4shKyKJ7d904fqbovorTl3L41oa4JQVohaTAzmEJ/c78c8pBrLjQ55tJPTOJc
oSz8v7MqdpMyQ/GuZ9v5Ch3eSvAe3OIR/+c5+yeJIwyz5cBHsXPA0esrdPvwqByr
PCy1owlRD8mP9pP9py+CQHW5lLIHnwj9iUPtDO/8kCM+W/P05StVyN9VEZYfPtSG
VUJj+6yMHOswBdKIm1oPrzRJVWs5qM4fphj9Pn8XDPjfUN2e+ELJL5+Q+08HoS77
YKTMYWluaoFtmrfBE/fD
=7avF
-----END PGP SIGNATURE-----



More information about the Pd-list mailing list