next up previous contents index
Next: 2.1 Positioning Up: INScore OSC Messages Reference Previous: 1.3 Aliases   Contents   Index


2. Common messages

Common messages are intended to control the graphic and the time space of the components of a scene. They could be sent to any address with the form /ITL/scene or /ITL/scene/identifier where identifier is the unique identifier of a scene component.
\begin{rail}
commonMsg : ('show' int32)
\vert 'del'
\vert 'export' ([1] ( full...
...+')
\vert PositionMsg
\vert ColorMsg
\vert TimeMsg
\vert WatchMsg
\end{rail}

EXAMPLE
Export of a scene to a given file as jpeg at the current root path:

/ITL/scene export 'myexport.jpg'
Saving a scene to myScore.inscore at the current root path, the second form uses the append mode:
/ITL/scene save 'myScore.inscore'
/ITL/scene save 'myScore.inscore' '+'
Hiding an object:
/ITL/scene/myObject show 0



Subsections
next up previous contents index
Next: 2.1 Positioning Up: INScore OSC Messages Reference Previous: 1.3 Aliases   Contents   Index

Grame - INScore project