|
MIXING & EFFECTS
Fruity Formula Controller gay personals
Fruity Formula Controller
is a controller plugin which accepts user defined formulas. Use it
to control/automate automatable controls in FL Studio, it will
appear as an Internal controller option in the
Link dialog. As with all
internal controllers, the formula output can range from 0 to 1,
using high accuracy floating point numbers. |
Parameters
- Wheel A/B/C - Three wheels that can be used as
custom parameters in your formulas. You can access their values via
the a, b & c
variables (see the list of available objects and functions
below).
- Out - Displays the current formula value
(empty bar is 0, full bar is 1). To see how the formula output
develops in time, use the Meter view (see
below).
- Formula - Type here the formula to be used.
Press ENTER key to compile to formula. If the
formula is a valid math expression, you will see a message
"Compiled OK" below the formula. Otherwise, you will see an error
message explaining where the mistake is.
- Compile - An alternative to pressing
ENTER in the formula edit box, click here to
compile the formula.
- Info - Click INFO to see the formula
description written by the author. The text is editable and
supports rich text formatting (you can paste rich formatted text
from WordPad).
- Meter - Click METER to see a
graph displaying the formula output in time. This is a very helpful
view, especially when programming LFO units.
Syntax, Objects & Functions
The following syntax, functions and objects are supported in the
Formula Controller:
| Operators |
|
Abbreviature
|
Comment
|
Example
|
| + |
addition |
a+b |
| * |
multiplication |
a*b |
| - |
subtraction |
a-b |
| / |
division |
a/b |
| ^ |
power |
a^b |
|
Functions
|
|
Abbreviature
|
Comment
|
Example
|
| Sin |
sine |
Sin(a) |
| Cos |
cosine |
Cos(a) |
| Tg |
tangent |
Tg(a) |
| Ctg |
cotangent |
Ctg(a) |
| Sec |
secant |
Sec(a) |
| CoSec |
cosecant |
CoSec(a) |
| ArcSin |
antisine |
ArcSin(a) |
| ArcCos |
anticosine |
ArcCos(a) |
| ArcTg |
antitangent |
ArcTg(a) |
| Exp |
exponent |
Exp(a) |
| Sqrt |
square root |
Sqrt(a) |
| Ln |
logarithm base e |
Ln(a) |
| Log10 |
logarithm base 10 |
Log10(a) |
| Log2 |
logarithm base 2 |
Log2(a) |
| Neg |
negative |
Neg(a) |
| Abs |
absolute |
Abs(a) |
| Pi |
pi |
Pi() |
| Sum |
sum of arguments |
Sum(a,b) |
| Min |
minimum |
Min(a,b) |
| Max |
maximum |
Max(a,b) |
| Round |
round to nearest integer |
Round(a) |
| Int |
integral part |
Int(a) |
| Frac |
fractional part |
Frac(a) |
| IfE |
returns 1 if a=b |
IfE(a,b) |
| IfL |
returns 1 if a<b |
IfL(a,b) |
| IfG |
returns 1 if a>b |
IfG(a,b) |
| IfLE |
returns 1 if a<=b |
IfLE(a,b) |
| IfGE |
returns 1 if a>=b |
IfGE(a,b) |
| Case |
returns b if a=1, else returns c |
Case(a,b,c) |
| Rand |
random value (0..1) |
Rand() |
| SeededRand |
controlled random value (0..1) |
SeededRand(Seed) |
|
Special (related to FL Studio)
|
|
Abbreviature
|
Comment
|
Example
|
| a |
a knob's value |
a |
| b |
b knob's value |
b |
| c |
c knob's value |
c |
| SongTime |
song position, in quarters |
SongTime() |
| Time |
system time, in ms |
Time() |
| Tension |
same as tension knobs |
Tension(Value,Speed) |
|
Gadgets
|
|
Abbreviature
|
Comment
|
Example
|
| Date |
system date |
Date() |
| MouseX |
mouse cursor X position |
MouseX() |
| MouseY |
mouse cursor Y position |
MouseY() |
Plugin Credits: Didier Dambrin, Andrew
Tumashinov (RapidEvaluator)
|