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

<H2>
<A NAME="Splitter">Splitter</A>
</H2>
Directs MIDI events to a selected path or paths according to marks
set on them
<h4>
Inputs
</h4>

<UL Type="none">
<LI> <B>Through</B> -- Incoming MIDI stream
</UL>

<h4>
Outputs
</h4>

<UL Type="none">
<LI> <B>Through</B> -- Events with no mark, plus duped and passed events.
<LI> <B>Diverted</B> -- Split and duped events
</UL>

<P>
<BR>

<h4>
Control Panel
</h4>
Four columns of eight checkboxes each, representing the eight possible
marks that may be tagged onto an event.  An event with a mark that matches
a checked box will be handled as indicated by that column.  Columns to the
right take precedence if there are conflicting makrs.
<P>
<P>

<B>Columns:</B>

<UL Type="none">
<LI> <B>Split</B> -- Send event only to 'Diverted' connection (Mark 1 is default)
<LI> <B>Dupe</B> -- Send event to both output connections (Mark 2 is default)
<LI> <B>Stop</B> -- Do not send event to either connection (no default)
<LI> <B>Pass</B> -- Force other marks to be ignored -- send to 'Through' output.
(no default)
</UL>

For the complete story on the scheme, read
<A HREF="../../Documentation/MIDI.html#Marking and Splitting"> 
Marking and Splitting Events</A> in the "MIDI Modules" documentation.
<BR>
For more information on the module itself, see
<A HREF="../../Documentation/MIDI.html#Splitter">Splitter</A>
in the "MIDI Modules" documentation.
<BR>

</body>
</html>
