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

<H2>
<A NAME="SysExGen">System Exclusive Sequence Generator</A>
</H2>
Generates a System Exclusive Message sequence from input text.
The format is a sequence of numeric values (by default hexadecimal) 0-7F,
enclosed in square brackets; case is irrelevant.  Only the data values of
the desired message should be included &mdash; <i>not</i> the <tt>0xf0</tt>
start-byte, or <tt>0xf7</tt> end (these are represented by the enclosing brackets).
Prefixing a value with 'n' switches that and succeeding input to decimal;
prefixing with 'x' switches back to hex.  The input will typically come
from a StreamView or ReadFile.
<P>
As an example, the Universal System Exclusive Message "Turn GM On"
(bytes actually
sent: F0, 7E, 7F, 09, 01, F7) can be generated by passing in the text:
"<tt>[7E 7F 9 1]</tt>"
<h4>
Input
</h4>
<UL Type="none">
<LI> <B>Input</B> -- Text packet 
</UL>

<h4>
Outputs
</h4>
<UL Type="none">
<LI> <B>Output</B>
 -- Generated System Exclusive Message packet.
<LI> <B>Input</B> -- Pass through of text Input.
</UL>

<BR>
<h4>
Control Panel
</h4>
None.


</body>
</html>
