csound-expression-0.3.1: Csound combinator library

CsoundExpr.Opcodes.Vectorial.EnvelopeGenerators

Description

Vectorial Envelope Generators

Synopsis

Documentation

vlinseg :: Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vlinseg
  • syntax :
   vlinseg ifnout, ielements, ifn1, idur1, ifn2 [, idur2, ifn3 [...]]
  • description :

Generate linear vectorial segments

vexpseg :: Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vexpseg
  • syntax :
   vexpseg ifnout, ielements, ifn1, idur1, ifn2 [, idur2, ifn3 [...]]
  • description :

Generate exponential vectorial segments

vcella :: (K k0, K k1) => [Irate] -> k0 -> k1 -> Irate -> Irate -> Irate -> Irate -> Irate -> SignalOutSource

  • opcode : vcella
  • syntax :
   vcella ktrig, kreinit, ioutFunc, initStateFunc, 
       iRuleFunc, ielements, irulelen [, iradius]
  • description :

Unidimensional Cellular Automata applied to Csound vectors