next up previous contents index
Next: 8. Scene messages Up: 7. Application messages Previous: 7.4 Application level queries   Contents   Index


7.5 The 'stats' and 'debug' nodes

The application level provides two static nodes - stats and debug, available at /ITL/stats and /ITL/debug to help debugging communication and INScore scripts design.


\begin{rail}
ITLStats : 'get' \vert 'reset'
\end{rail}

EXAMPLE
Answer to a get message addressed to /ITL/stats

/ITL/stats osc 15 udp 10

The debug node is used to activate debugging information.
\begin{rail}
ITLdebug : 'osc' int23
\end{rail}

EXAMPLE
Error messages generated on error port in debug mode:

error: incorrect OSC address: /ITL/stat
error: incorrect parameters: /ITL/scene/foo unknown 0.1
error: incorrect parameters: /ITL/scene/foo x "incorrectType"


next up previous contents index
Next: 8. Scene messages Up: 7. Application messages Previous: 7.4 Application level queries   Contents   Index

Grame - INScore project