Modulation Curve#

Modulation curves are used to map values based on two axis.

  • left mouse button click on an empty spot on the graph the insert another curve point.

  • left mouse button click and drag on a curve point to move it.

  • Double left mouse button click on a curve point to delete it. You can also delete a curve point by left mouse button clicking on it to select it and hitting the Delete key.

  • The dropdown menu determines the method of interpolating between the curve points.
    • Constant: Values stay constant until the next curve point is reached. This results in jumping values.

    • Linear: Values move linearly from one curve point to another. This is useful for getting very predictable results, but can result in robotic looking transitions.

    • Cosine: Flattens the curve around points, making the transitions smoother.

    • Cubic: Interpolates a smooth curve around the points. This is the best looking curve, but it can give unpredictable results as values in between points can go higher than the highest point and lower than the lowest point.

  • flip horizontal Flip all the curve points horizontally in the graph.

  • flip vertical Flip all the curve points vertically in the graph.

  • curve up Set the graph to a two point curve with both points at the maximum value.

  • curve down Set the graph to a two point curve with both points at the minimum value.

  • grow right Set the graph to a two point curve with the first point at the minimum value and the second point at the maximum value.

  • grow left Set the graph to a two point curve with the first point at the maximum value and the second point at the minimum value.

  • grow up Set the graph to a three point curve with the first point at the minimum value, the second point at the maximum value, and the third point at the minumum value.

  • grow down Set the graph to a three point curve with the first point at the maximum value, the second point at the minimum value, and the third point at the maximum value.