next up previous contents index
Next: 9. Mapping graphic space Up: INScore OSC Messages Reference Previous: 7.5 The 'stats' and   Contents   Index


8. Scene messages

A scene may be viewed as a window on the score elements. Its address is /ITL/sceneIdentifier where sceneIdentifier is the scene name. It handles the following messages:
\begin{rail}
sceneMsg : 'new'
\vert 'del'
\vert 'reset'
\vert ('rootPath' pat...
...vert ('frameless' int32)
\vert ('absolutexy' int32)
\vert commonMsg
\end{rail}

EXAMPLE
Setting a scene current path:

/ITL/scene rootPath "/path/to/my/folder"
Loading an INScore file:
/ITL/scene load "myscript.inscore"
will load /path/to/my/folder/myscript.inscore into the scene.

Setting a scene to fullscreen:

/ITL/scene fullscreen 1
Creating a new score named myScore:
/ITL/myScore new


next up previous contents index
Next: 9. Mapping graphic space Up: INScore OSC Messages Reference Previous: 7.5 The 'stats' and   Contents   Index

Grame - INScore project