rsc3/doc/help/server-command/dumpOSC.help.scrbl

16 lines
504 B
Racket

#lang scribble/manual
@(require (for-label racket))
@title{/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.