Go to the source code of this file.
Functions | |
| int | Debug_SetActive (int state) |
| Sets whether the Debug subsystem is active. | |
| int | Debug_GetActive () |
| Returns the active state of the Debug subsystem. | |
| int | Debug_SetLevel (int level) |
| Sets the debug level. | |
| int | Debug_GetLevel () |
| Read the current debugger level. | |
| int | Debug_SetUsb (int state) |
| Sets whether the Debug subsystem outputs its OSC messages via USB. | |
| int | Debug_GetUsb () |
| Returns whether the Debug system is set to send its messages over USB. | |
| int | Debug_SetUdp (int state) |
| Sets whether the Debug system is set to send its messages over UDP. | |
| int | Debug_GetUdp () |
| Sets whether the Debug subsystem outputs its OSC messages via USB. | |
| int | Debug (int level, char *format,...) |
| Create a debug message. | |
Definition in file debugosc.c.