Function:
 Translates
between native SynthEdit GUI Float values and the Array data type used by
DH_BreakpointInput,
DH_ContourInput, and
DH_MultiStepInput. The module is
bidirectional. A change in an array element will cause the same change in
the corresponding Value pin's output, and you can also change an element in
the array by changing the value of its corresponding Value pin.
Left-hand side pins:
Array - Connects to an Array Out pin on a DH_BreakpointInput,
DH_ContourInput, a DH_MultiStepInput. Provides a conduit between the modules
for array values.
Right-hand side pins:
# Items Out - The number of Value connections.
Value - Connects to a standard GUI Float pin. The pin
autoduplicates to allow as many connections as there are elements in the
array. The values of the array elements are assigned to the pins in top down
sequence.
|