Detailed Description
These functions all print an ASCII representation of their argument to stdout. Useful for debugging.
Function Documentation
| void lo_arg_pp |
( |
lo_type |
type, |
|
|
void * |
data |
|
) |
| |
Pretty-print a set of typed arguments.
- Parameters:
-
| type | A type string in the form provided to lo_send(). |
| data | An OSC data pointer, like that provided in the lo_method_handler. |
Pretty-print a lo_bundle object.
Pretty-print a lo_message object.
Pretty-print a lo_method object.
| void lo_method_pp_prefix |
( |
lo_method |
m, |
|
|
const char * |
p |
|
) |
| |
Pretty-print a lo_method object, but prepend a given prefix to all field names.
Pretty-print a lo_server object.