ABox Help Basics Objects Signals Tutorials
ButtonKnob
OscillatorNoise
Math OperatorFunction 1
ADSRSample and Hold
Pitch QuantizerRandom Sequence
Math KnobDelta
DelayDivider
DamperDecay
IIR z PlaneIIR Block
SplitterMixer
MultiplexerDemultiplexer
Wave OutWave In
OscilloscopeSpectrum Analyzer
LabelFile
Math Operator

The math operators combine inputs using one of fourteen operations.


Pins:
Xinputrequired to operate
Yinputrequired to operate
ZOutput Z = X oper Y
Controls:
None.
Keyboard and Context menu:
deldelete the object
+arithmetic addition
-arithmetic subtraction
*arithmetic multiplication
alogical and
ological or
nlogical nand
rlogical nor
xlogical xor
<compare less than
(compare less than or equal
>compare greater than
)compare greater than or equal
=compare equal
!compare not equal
bbipolar output
ddigial output
Default State:
Addition
Bipolar output
Notes:
Output type does not apply to arithmetic operators.
Logical input levels: true < 0.0, false >= 0.0
Digital output: true = -1.0, false = 0.0
Bipolar output: true = -1.0, false = +1.0

For the non-comutative operators (subtract, compare), the order of operation is X (top) oper Y (bottom).