IOhannes m zmoelnig wrote:
the [text3d]... objects expect a "string" message with pdstrings (according to moocows stuff).
OK, so the message [string( is being interpreted by pd as a selector for A_STRING instead of just a message "string", because "string" has become a reserved word.
your string-patch adds a special message "string" for your strings. i think that is where the problem comes in: A_GIMME != A_STRING
The latest version of the patch in cvs calls it A_BLOB instead of A_STRING. Does this resolve the issue? Or will it cause [blob( messages to go wrong?
Martin