moin Thomas, moin list,
you might try my [pd-string] externals -- [any2string] does what I think you're describing. The code is available either via CVS (in externals/moocow/pdstring) or from me:
http://www.ling.uni-potsdam.de/~moocow/projects/pd/#pdstring
marmosets,
Bryan
Thomas Ouellet Fredericks wrote:
I am trying to make a pair of abstractions for serial communication:
- pd2ascii: converts any message into ascii codes
- ascii2pd: converts ascii codes into any message
ascii2pd is done and working, but pd2ascii is difficult to implement because there is no efficient way to split a symbol into it's individual elements as in converting symbol bob into list b o b
I tried:
ascii library but it is not maintained anymore and has some bugs.
ascseq but it is scheduled so structures like the following are
impossible:
[AAAA< | [t b a] |
|
[13< [ascseq 0] | / [print]It will output "65,13,65,65,65" instead of the expected "65,65,65,65,13"
- Toxy but it suffers the same limitations as ascseq
Anyone have any suggestions for try number 4?
Tom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list