csound-expression-0.1.0: Csound combinator library

CsoundExpr.Opcodes.Control.Durctl

Description

Duration Control Statements

Synopsis

Documentation

ihold :: SignalOutSource

  • opcode : ihold
  • syntax :
   ihold
  • description :

Causes a finite-duration note to become a held note

turnoff :: SignalOutSource

  • opcode : turnoff
  • syntax :
   turnoff
  • description :

Enables an instrument to turn itself off.

turnoff2 :: (K k0, K k1, K k2) => k0 -> k1 -> k2 -> SignalOutSource

  • opcode : turnoff2
  • syntax :
   turnoff2 kinsno, kmode, krelease
  • description :

Turn off instance(s) of other instruments at performance time.

turnon :: [Irate] -> Irate -> SignalOutSource

  • opcode : turnon
  • syntax :
   turnon insnum [, itime]
  • description :

Activate an instrument for an indefinite time.