csound-expression-0.3.1: Csound combinator library

CsoundExpr.Opcodes.Table.Queries

Description

Table Queries

Synopsis

Documentation

ftchnls :: Irate -> IrateSource

  • opcode : ftchnls
  • syntax :
   ftchnls(x) (init-rate args only)
  • description :

Returns the number of channels in a stored function table.

ftlen :: Irate -> IrateSource

  • opcode : ftlen
  • syntax :
   ftlen(x) (init-rate args only)
  • description :

Returns the size of a stored function table.

ftlptim :: Irate -> IrateSource

  • opcode : ftlptim
  • syntax :
   ftlptim(x) (init-rate args only)
  • description :

Returns the loop segment start-time of a stored function table number.

ftsr :: Irate -> IrateSource

  • opcode : ftsr
  • syntax :
   ftsr(x) (init-rate args only)
  • description :

Returns the sampling-rate of a stored function table.

nsamp :: Irate -> IrateSource

  • opcode : nsamp
  • syntax :
   nsamp(x) (init-rate args only)
  • description :

Returns the number of samples loaded into a stored function table number.

tablengI :: Irate -> IrateSource

  • opcode : tableng
  • syntax :
   ires tableng ifn
   kres tableng kfn
  • description :

Interrogates a function table for length.

tablengK :: K k0 => k0 -> KrateSource

  • opcode : tableng
  • syntax :
   ires tableng ifn
   kres tableng kfn
  • description :

Interrogates a function table for length.