1-Op Math

1-operand math functions

This module offers 1-operand math functions. You can select the function via the dropdown menu by clicking on the function name.

Selectable functions are:

abs: Absolute value

ceil: Round to the next larger integer

floor Round to next smaller integer

exp: Exponential function (e to the power of the input)

log: Natural logarithm (aka. ln)

log10: Logarithm to base 10

round: Round to the nearest integer

sign: Signum function. Output is 1 if input > 0, 0 if input = 0, -1 if input < 0

sqrt: Square root

1/x: Reciprocal value

IMPORTANT: Functions are evaluated from top to bottom, so if you want to use the result of function A in function B, function A has to be above function B.

If you have any module specific questions, please visit the Monkey Business Audio forum. For questions about Voltage Modular in general, please visit the Cherry Audio forum. If you don't want to ask your question in the forum you can send me a pm or an email.