<-- -->
 

The co function

The Cybil composition language
Cybil general syntax
Algorithms sq - li - lo - ma - gr
Functions ran - pik - pa - co
Operations
Examples of Cybil command lines


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:

  1. a real number.
  2. {co 1.2} 
    {co 6000}
  3. 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.
  4. {co [blue]}
    where blue has been defined as irate variables in the CECILIA interface.