|
Function 1 |
|
|
This object performs one of six mathematical functions. |
|
Pins:
| | | | | |
| X | input | required to operate |
| Y | Output Y = f(X) |
Keyboard and Context menu:
| | | |
| del | delete the object |
| s | sin( pi * x ) |
| c | cos( pi * x ) |
| q | x * x |
| r | square root of positive X |
| i | conversion of midi index to frequency |
| f | conversion of frequency to midi index |
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. |
|