csound-expression-0.1.0: Csound combinator library

CsoundExpr.Opcodes.Control.Invocat

Description

Instrument Invocation

Synopsis

Documentation

scoreline_i :: String -> SignalOutSource

  • opcode : scoreline_i
  • syntax :
   scoreline_i Sin
  • description :

scoreline_i will issue score events at i-time. It can handle strings in the same conditions as the standard score. Multi-line strings are accepted, using {{ }} to enclose the string.

scoreline :: K k0 => String -> k0 -> SignalOutSource

  • opcode : scoreline
  • syntax :
   scoreline Sin, ktrig
  • description :

Scoreline will issue one or more score events, if ktrig is 1 every k-period. It can handle strings in the same conditions as the standard score. Multi-line strings are accepted, using {{ }} to enclose the string.