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
Function 1

This object performs one of six mathematical functions.


Pins:
Xinputrequired to operate
YOutput Y = f(X)
Controls:
None.
Keyboard and Context menu:
deldelete the object
ssin( pi * x )
ccos( pi * x )
qx * x
rsquare root of positive X
iconversion of midi index to frequency
fconversion of frequency to midi index
Default State:
Sin pi x
Notes:
Rather than using look-up tables, this object computes the function. This can quickly use up clock cycles, use caution.
Negative values are converted to positive values for the FtoI and ItoF functions.