csound-expression-0.1.0: Csound combinator library

CsoundExpr.Opcodes.Vectorial.Vectorialtables

Description

Tables of vectors operators

Synopsis

Documentation

vtablei :: Irate -> Irate -> Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vtablei
  • syntax :
   vtablei indx, ifn, interp, ixmode, iout1 [, iout2, iout3,...., ioutN ]
  • description :

This opcode reads vectors from tables.

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

  • opcode : vtable1k
  • syntax :
   vtable1k kfn,kout1 [, kout2, kout3,...., koutN ]
  • description :

This opcode reads vectors from tables at k-rate.

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

  • opcode : vtablek
  • syntax :
   vtablek kndx, kfn, kinterp, ixmode, kout1 [, kout2, kout3,...., koutN ]
  • description :

This opcode reads vectors from tables at k-rate.

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

  • opcode : vtablea
  • syntax :
   vtablea andx, kfn, kinterp, ixmode, aout1 [, aout2, aout3,...., aoutN ]
  • description :

This opcode reads vectors from tables at a-rate.

vtablewi :: Irate -> Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vtablewi
  • syntax :
   vtablewi indx, ifn, ixmode, inarg1 [, inarg2, inarg3,...., inargN ]
  • description :

This opcode writes vectors to tables at init time.

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

  • opcode : vtablewk
  • syntax :
   vtablewk kndx, kfn, ixmode, kinarg1 [, kinarg2, kinarg3,...., kinargN ]
  • description :

This opcode writes vectors to tables at k-rate.

vtablewa :: Arate -> Arate -> Irate -> [Arate] -> SignalOutSource

  • opcode : vtablewa
  • syntax :
   vtablewa andx, kfn, ixmode, ainarg1 [, ainarg2, ainarg3,...., ainargN ]
  • description :

This opcode writes vectors to tables at a-rate.

vtabi :: Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vtabi
  • syntax :
   vtabi indx, ifn, iout1 [, iout2, iout3,...., ioutN ]
  • description :

This opcode reads vectors from tables.

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

  • opcode : vtabk
  • syntax :
   vtabk kndx, ifn, kout1 [, kout2, kout3,...., koutN ]
  • description :

This opcode reads vectors from tables at k-rate.

vtaba :: Arate -> Irate -> [Arate] -> SignalOutSource

  • opcode : vtaba
  • syntax :
   vtaba andx, ifn, aout1 [, aout2, aout3,...., aoutN ]
  • description :

This opcode reads vectors from tables at a-rate.

vtabwi :: Irate -> Irate -> [Irate] -> SignalOutSource

  • opcode : vtabwi
  • syntax :
   vtabwi indx, ifn, inarg1 [, inarg2, inarg3,...., inargN ]
  • description :

This opcode writes vectors to tables at init time.

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

  • opcode : vtabwk
  • syntax :
   vtabwk kndx, ifn, kinarg1 [, kinarg2, kinarg3,...., kinargN ]
  • description :

This opcode writes vectors to tables at a-rate.

vtabwa :: Arate -> Irate -> [Arate] -> SignalOutSource

  • opcode : vtabwa
  • syntax :
   vtabwa andx, ifn, ainarg1 [, ainarg2, ainarg3,...., ainargN ]
  • description :

This opcode writes vectors to tables at a-rate.