next up previous contents index
Next: 13.4 File watcher Up: 13. Events and Interaction Previous: 13.2.5 OSC address variables   Contents   Index


13.3 Interaction state management

For a given object, its interaction state (i.e. the watched events and the associated messages) can be saved and restored.
\begin{rail}
stateMsg : 'push' \vert 'pop'
\end{rail}

Interaction states are managed using a stack where the states are pushed to or popped from.


NOTE
The effect of a pop message addressed to an object with an empty stack is to clear the object current interaction state.




Grame - INScore project