Hi list,
I'm looking for a solution to split a symbol into its own individual characters. Something a bit like Max's [spell] object...
Anyone came up with this situation before ?
++
J2
moin Jerome,
you could use [any2string] to map a symbol to a list of float values, and then use [string2any] to map those values back onto single-character atoms... I believe the [pdstring] objects are in pd-extended; otherwise they're available in sourceforge cvs or from me:
http://www.ling.uni-potsdam.de/~moocow/projects/pd
... Martin Peach's [str] utilities can do all of this a wee bit more elegantly, but require that you patch your pd sources.
marmosets, Bryan
On 2008-01-16 14:12:22, Jerome Tuncer columbiatwo@free.fr appears to have written:
Hi list,
I'm looking for a solution to split a symbol into its own individual characters. Something a bit like Max's [spell] object...
Anyone came up with this situation before ?
Jerome Tuncer wrote:
Hi list,
I'm looking for a solution to split a symbol into its own individual characters. Something a bit like Max's [spell] object...
[symbol2list] with an empty symbol as delimiter (the default is the space-symbol)
e.g.
| [loadbang] | | | [symbol( | | [symbol2list] |
Anyone came up with this situation before ?
fgma.drs IOhannes
oops, forgot about that one ;-)
tmtowtdi, Bryan
On 2008-01-16 14:23:44, IOhannes m zmoelnig zmoelnig@iem.at appears to have written:
Jerome Tuncer wrote:
Hi list,
I'm looking for a solution to split a symbol into its own individual characters. Something a bit like Max's [spell] object...
[symbol2list] with an empty symbol as delimiter (the default is the space-symbol)