csound-expression-0.0.3: Csound combinator library

CsoundExpr.Opcodes.Table.Select

Description

Table Reading with Dynamic Selection

Synopsis

Documentation

tableiktA :: (X x0, K k0) => [Irate] -> x0 -> k0 -> ArateSource

  • opcode : tableikt
  • syntax :
   ares tableikt xndx, kfn [, ixmode] [, ixoff] [, iwrap]
   kres tableikt kndx, kfn [, ixmode] [, ixoff] [, iwrap]
  • description :

k-rate control over table numbers.

tableiktK :: (K k0, K k1) => [Irate] -> k0 -> k1 -> KrateSource

  • opcode : tableikt
  • syntax :
   ares tableikt xndx, kfn [, ixmode] [, ixoff] [, iwrap]
   kres tableikt kndx, kfn [, ixmode] [, ixoff] [, iwrap]
  • description :

k-rate control over table numbers.

tablektA :: (X x0, K k0) => [Irate] -> x0 -> k0 -> ArateSource

  • opcode : tablekt
  • syntax :
   ares tablekt xndx, kfn [, ixmode] [, ixoff] [, iwrap]
   kres tablekt kndx, kfn [, ixmode] [, ixoff] [, iwrap]
  • description :

k-rate control over table numbers.

tablektK :: (K k0, K k1) => [Irate] -> k0 -> k1 -> KrateSource

  • opcode : tablekt
  • syntax :
   ares tablekt xndx, kfn [, ixmode] [, ixoff] [, iwrap]
   kres tablekt kndx, kfn [, ixmode] [, ixoff] [, iwrap]
  • description :

k-rate control over table numbers.

tablexkt :: (X x0, K k0, K k1) => [Irate] -> x0 -> k0 -> k1 -> Irate -> ArateSource

  • opcode : tablexkt
  • syntax :
   ares tablexkt xndx, kfn, kwarp, iwsize [, ixmode] [, ixoff] [, iwrap]
  • description :

Reads function tables with linear, cubic, or sinc interpolation.