csound-expression-0.0.2: Csound combinator library

CsoundExpr.Opcodes.Control.Stacks

Description

Stacks

Synopsis

Documentation

stack :: Irate -> SignalOutSource

  • opcode : stack
  • syntax :
   stack iStackSize
  • description :

Initializes and sets the size of the global stack.

pop :: MultiOutSource

  • opcode : pop
  • syntax :
   xval1, [xval2,..., xval31] pop
   ival1, [ival2,..., ival31] pop
  • description :

Pops values from the global stack.

push :: X x0 => [x0] -> SignalOutSource

  • opcode : push
  • syntax :
   push xval1, [xval2,..., xval31]
   push ival1, [ival2,..., ival31]
  • description :

Pushes a value into the global stack.