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

<H2>
<A NAME="D_Controller">D_Controller</A>
</H2>
Generates MIDI Control Change events.  In addition to user input to its control
panel, it will respond to received Director Parameter events to generate Control
Change events.
Like the standard Controller, when in a configuration being loaded, it outputs
an event with the current panel settings when loading is complete.

<h4>
Input
</h4>
<UL Type="none">
<LI> <B>Drive</B> -- accepts Parameter events to generate Control Change events
</UL>

<h4>
Outputs
</h4>
<UL Type="none">
<LI> <B>Control</B>
 -- Control Change events generated from incoming Parameter events,
as determined from its control panel.
<LI> <B>Drive</B> -- Pass through of Drive Input
</UL>

<BR>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> <B>Control Index</B>
 --  Popup menu to specify Index-number of Parameter events to be responded to
<LI> <B>Invert</B> --  Checkbox to reverse sense of Parameter Values
<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.
(This setting, and transmission of events due to control panel actions, is
independent of arriving Parameter events.)
<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/Newer_MIDI.html#D_Controller">D_Controller</A>
in the "Newer_MIDI" documentation.
<BR>

</body>
</html>
