rsc3/doc/examples/server-command/_scm/dumpOSC.help.scm

13 lines
460 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /dumpOSC Display incoming OSC messages
; int - code
; Turns on and off printing of the contents of incoming Open Sound
; Control messages. This is useful when debugging your command stream.
; The values for the code are as follows:
; 0 - turn dumping OFF.
; 1 - print the parsed contents of the message.
; 2 - print the contents in hexadecimal.
; 3 - print both the parsed and hexadecimal representations of the contents.