Skip to content

Commit d8a56ea

Browse files
committed
doc update:
- fix incorrect link - update application 'error' event description Former-commit-id: 122041b401d59a5d3896d21e70a3856f0de43979
1 parent 4ac53e6 commit d8a56ea

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/OSCMsg.pdf

-1.45 KB
Binary file not shown.

doc/OSCMsg.tex

+2-5
Original file line numberDiff line numberDiff line change
@@ -3101,12 +3101,9 @@
31013101
\item the \OSC{pageCount} event is supported by all the symbolic score components (\OSC{gmn(f)}, \OSC{gmnstream}, \OSC{musicxml(f)}). It is triggered when the page count of the score changes. It is mainly intended to manage variable scores like \OSC{gmnstream}.
31023102
\item the \OSC{newElement} event is supported at scene level only and triggered when a new element is added to the scene.
31033103
\item the \OSC{endPaint} event is supported at scene level only and triggered after a scene has been painted.
3104-
\item the \OSC{error} event is supported at application level and triggered when an error occurs while receiving messages. Note that syntax errors are also triggering the event but the event handler must be set at the time of the script reading i.e. that the sequence \\
3105-
\OSC{ /ITL watch error (a message lists);}\\
3106-
\OSC{ /ITL/scene incorrect syntax}\\
3107-
won't trigger the error the first time it is loaded. \\
3104+
\item the \OSC{error} event is supported at application level and triggered when an error occurs while receiving messages.
31083105
Typically you can use of this event to open the log window (\OSC{/ITL/log show 1})
3109-
\item the \OSC{ready} event is supported by \OSC{video} objects. It is triggered when a video data (duration, graphic dimensions) are available.
3106+
\item the \OSC{ready} event is supported by \OSC{video} objects. It is triggered when video data (duration, graphic dimensions) are available.
31103107
\item the \OSC{end} event is supported by \OSC{video} objects. It is triggered when a video is playing and reaches the end of the media. In this case, the object \OSC{play} status is automatically switched to 0 to reflect the actual player state.
31113108
\end{itemize}
31123109

0 commit comments

Comments
 (0)