<html>
<HEAD>
<TITLE>SysExMon Module</TITLE>
</HEAD>
<BODY BGCOLOR="#AAFFFF" TEXT="#000000" LINK="#3333AA" VLINK="#6666FF"> 

<H2>
<A NAME="SysExMon">SysExMon</A>
</H2>
This is a 'transfer' element that receives System Exclusive packets
and outputs their contents as hex text (to be displayed by StreamView
or otherwise processed).

<h4>
Output Format:
</h4>
Each complete arriving Sytstem Exclusive message is output as a string of
two-digit hex values between opening and closing square brackets, ten values
per line. (Header (0xF0) and Terminator (0xF7) bytes are omitted.)
<BR>
<h4>
Inputs
</h4>
<UL Type="none">
<LI> <B>Input</B> -- System Exclusive packets (from a MidiFile element)
to be monitored
</UL>
<h4>
Outputs
</h4>
<UL Type="none">
<LI> <B>Output</B> -- Text lines suitable for StreamView etc.
<LI> <B>Input</B> -- Pass-through of all arriving events
</UL>
<P>
<BR>
<h4>
Control Panel
</h4>
None.
<P>
<BR>
For more information, see
<A HREF="../../Documentation/Newer_MIDI.html#SysExMon">SysExMon</A>
in the 'Newer_MIDI' documentation.
<BR>


</body>
</html>
