HELP INDEX
The co function
{co number}
co is for constant. co will generate a constant. Functions have
no duration and can only be used inside an algorith or as an operand.
number can be:
- a real number.
{co 1.2}
{co 6000}
- a Cecilia irate variable. Any irate variable from the Cecilia interface
can be used (sliders, toggles, option) by including the name of the variable between
[] brackets. The substitution is done before
the score is pre-compiled.
{co [blue]}
where blue has been defined as irate variables in the
Cecilia interface.
Cybil Help
HELP INDEX