Looking at it now, it seems wrong. Maybe the format string should
come first, and that function name
should just be the next string arg after that. An alternative would
be for the first arg to be a pointer to
a Pd. (But then you'd have to send a 0 or dummy object for messages
to the running Pd instance.)
One caveat is "s" here is a c-string and not a t_symbol* as it is in
pd_vmess. Also, I'd like to add a
char to the format string for hex strings that representing objects,
but I'm not sure if that should be
"x" or "p".