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

<H2>
<A NAME="Controller">Controller</A>
</H2>
Generates MIDI Control Change events.  It is a Source, and accepts no input
connections.
When there is a Controller element in a configuration being loaded, it outputs
an event with the current settings when loading is complete.
<h4>
Output
</h4>
(unlabelled) supplies events as determined from its control panel.
<P>
<BR>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> <B>Controller</B> -- Sets the type of Control Change to be sent.
The list displayed corresponds (as much as is possible!) to standard
controller designations, of which the majority are undefined in any case.
You can also specify a custom list for your MIDI setup &mdash; see the
full <a href="../../Documentation/MIDI.html#Controller">documentation</a>
for details.
Refer to your hardware documentation for the actual set available in your setup
(corresponding to numbers 0-127).
A change in the selection does <i>not</i> trigger any output.
<LI> <B>Control Value</B> -- Sets the particular change level to be sent (0-127).
Depending on the mode (below), changing the value may cause output.
<LI> <B>Mode</B> -- Pop- Up Menu:
<UL Type="none">
<LI> <B>Single</B> -- Single events (with the current slider level) will be
sent (only) each time the SEND button is clicked.
<LI> <B>When Set</B> -- A single event is sent each time the slider is released.
<LI> <B>Continuous</B> -- Events are sent continuously while the slider is moved.
</UL>
<LI> <B>SEND</B> -- Emits a single event at the current slider level (whatever the Mode).
<LI> <B>Five buttons above corresponding numeric text entry fields
(initially 0 32 64 96 127)</B><br> 
 -- These buttons send the value currently entered in their associated text
field to the current control.
They don't affect the slider, but their settings will be saved with the
configuration.<br>
When one of these five, or the SEND button, is clicked it remains highlighted
to indicate what was last sent.
</UL>


For more information, see
<A HREF="../../Documentation/MIDI.html#Controller">Controller</A>
in the "MIDI Modules" documentation.
<BR>

</body>
</html>
