Constant Value Node

Outputs a single constant value, useful in computation graphs (in conjunction with AddMultiply, etc. Nodes).

Settings

Value

Sets the output value constant.

Outputs

Value Output

Control output for the constant value specified by the Value setting.

Similar Nodes

  • Knob Node – also emits a constant value, with the ability of editing it with a circular slider, directly from the node object.

Node conversions

★ With AudioNodes HD

Node conversion is available from the node menu.

Convert to: Knob

When converting, Value is transferred to the new Knob NodeMax. value is calculated by the following rules:

  • Value * 2 is equal / greater than max safe integer: Max Value = max safe integer
  • Value * 2 is less than max safe integer: Max Value = Value * 2