csound-expression-0.3.4: Csound combinator library

Safe HaskellNone

CsoundExpr.Opcodes.Vectorial.Vectorialrandom

Description

Vectorial Random Signal Generators

Synopsis

Documentation

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

  • opcode : vrandh
  • syntax :
   vrandh ifn, krange, kcps, ielements [, idstoffset] [, iseed] [, isize] [, ioffset]
  • description :

Generates a vector of random numbers stored into a table, holding the values for a period of time. Generates a sort of 'vectorial band-limited noise'.

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

  • opcode : vrandi
  • syntax :
   vrandi ifn, krange, kcps, ielements [, idstoffset] [, iseed] [, isize] [, ioffset]
  • description :

Generate a sort of 'vectorial band-limited noise'