[PD] letters that move to their correct position to form readable text

Jack jack at rybn.org
Tue Aug 18 23:45:35 CEST 2009


Le mardi 18 août 2009 à 20:36 +0100, Claude Heiland-Allen a écrit : 
> tim vets wrote:
> > btw: Does text3d support a newline character ?
> 
> You can send "string" messages of Unicode code points (or some other 
> encoding, not entirely sure) to [text3d], which includes newlines.
> 
> "string 48 49 10 50 51"--[text3d]
Ya, very good !
So, something like this is useful :

[une 10 petite 10 espace(
|
[str to_list]
|
[list prepend string]
|
[list trim]
|
[text3d]

If i understand here, there is no symbol created ?
If it is true, this is a good new, because this remove the problem of
memory, when the symbol change everytime :

(a symbol created)
|
[text $1]
|
[text3d]

++

Jack


> 
> Note that this is undocumented in the help patch in old versions of Gem.
> (and maybe in the current one too, I haven't checked the latest yet)
> 
> 
> Claude





More information about the Pd-list mailing list