|
|
|
|
| - a | (no rate restriction) | |
| + a | (no rate restriction) | |
| a && b | (logical AND; not audio-rate) | |
| a || b | (logical OR; not audio-rate) | |
| a + b | (no rate restriction) | |
| a - b | (no rate restriction) | |
| a * b | (no rate restriction) | |
| a / b | (no rate restriction) | |
| a ^ b | (b not audio-rate) | |
| a % b | (no rate restriction) |
| int(x) | (init-rate or control-rate args only) | |
| frac(x) | (init-rate or control-rate args only) | |
| i(x) | (control-rate args only) | |
| abs(x) | (no rate restriction) | |
| exp(x) | (no rate restriction) | |
| log(x) | (no rate restriction) | |
| log10(x) | (no rate restriction) | |
| sqrt(x) | (no rate restriction) | |
| powoftwo(x) | (init-rate or control-rate args only) | |
| logbtwo(x) | (init-rate or control-rate args only) |
| sin(x) | (no rate restriction) | |
| cos(x) | (no rate restriction) | |
| tan(x) | (no rate restriction) | |
| sininv(x) | (no rate restriction) | |
| cosinv(x) | (no rate restriction) | |
| taninv(x) | (no rate restriction) | |
| sinh(x) | (no rate restriction) | |
| cosh(x) | (no rate restriction) | |
| tanh(x) | (no rate restriction) |
| dbamp(x) | (init-rate or control-rate args only) | |
| ampdb(x) | (no rate restriction) |
| rnd(x) | (init- or control-rate only) | |
| birnd(x) | (init- or control-rate only) |
| ar | sum | asig1, asig2[,asig3...asigN] |
| ar | product | asig1, asig2[,asig3...asigN] |
| i/k/ar | pow | i/k/aarg, i/k/pow |
| i/k/ar | taninv2 | i/k/ax, i/k/ay |
| ar | mac | asig1, ksig1, asig2, ksig2, asig3, ... |
| ar | maca | asig1, ksig1, asig2, ksig2, asig3, ... |
|
|
|
|