v0.1Latest
Add
Add
Combines two control signals using a selected binary operation such as add, subtract, multiply, or divide.

Inputs
A
- ID:
a - Kind:
control - Rate:
control - Coercion: Implicit
- Default:
0
B
- ID:
b - Kind:
control - Rate:
control - Coercion: Implicit
- Default:
0
Outputs
Result
- ID:
y - Kind:
control - Rate:
control - Coercion: Implicit
Notes
- Canonical ID:
math.add - Category:
math - Runtime Surface: control
- Runtime Targets:
control-main-thread - JUCE Early Access: Supported
- Early Access Note: Native-supported in the plugin for the current catalog/runtime support contract.
- Formula: y = a + b
- Inputs are treated as raw numeric signals in the receiving context.
- Adding pitch-domain signals applies a numeric offset in that domain; it does not quantize or retune automatically.