These functions all print an ASCII representation of their argument to stdout. Useful for debugging. 
◆ lo_arg_pp()
      
        
          | 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. |  
 
 
 
◆ lo_bundle_pp()
Pretty-print a lo_bundle object. 
 
 
◆ lo_message_pp()
Pretty-print a lo_message object. 
 
 
◆ lo_method_pp()
Pretty-print a lo_method object. 
 
 
◆ lo_method_pp_prefix()
      
        
          | 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. 
 
 
◆ lo_server_pp()
Pretty-print a lo_server object.