<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.
Refer to your hardware documentation for those 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>0</B> ...
<LI> <B>64</B> ...
<LI> <B>127</B> -- These three buttons send the current control at the labelled level.
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;They do not affect any settings.
</UL>


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

</body>
</html>
