Operators - nomelif/Audionodes GitHub Wiki

Math

Image of the Math node

The Math-node computes a mathematical operation on any one or two signals. The currently supported operations are:

  • Add
  • Subtract
  • Multiply
  • Divide
  • Sine (unary)
  • Cosine (unary)
  • Tangent (unary)
  • Arcsine (unary)
  • Arccosine (unary)
  • Arctangent (unary)
  • Power
  • Logarithm
  • Minimum
  • Maximum
  • Round (unary)
  • Less Than
  • Greater Than
  • Modulo
  • Absolute (unary)

The used operation is chosen from a drop-down menu in the node. When active, the clamp option limits the output of the node in the range 0..1.

Inputs

  1. Input A
  2. Input B

Operations that are unary (use only one operand) consider only the first input.

Outputs

  1. Result