

MORPH 1D
--------

Morphs through a variable number of audio inputs by a linear (1D) morph value. When using just one input (even if this makes no sense), the output will always be the input, no matter the morph value set. When using two inputs, a morph value of 0 will cause 100% of input A on the output, a value of 5 a 50% mix ((input A + input B)/2) while a value of 10 100% of input B, and so on.

To morph in 2D, more Morph1D modules can be cascaded and X and Y coordinates shall be assigned properly, as illustrated in one included example


 .Morph (0/10) - linear morph value

 .Response - selects between linear and exponential (VCA-like) level response

 .Spare Input - add as many audio inputs as needed

 .Output - morph audio output



