csound-expression-0.3.3: Csound combinator library

Safe HaskellSafe-Infered

CsoundExpr.Opcodes.Midi.Extender

Description

Event Extenders

Synopsis

Documentation

release :: KrateSource

  • opcode : release
  • syntax :
   kflag release
  • description :

Provides a way of knowing when a note off message for the current note is received. Only a noteoff message with the same MIDI note number as the one which triggered the note will be reported by release.

xtratim :: Irate -> SignalOutSource

  • opcode : xtratim
  • syntax :
   xtratim iextradur
  • description :

Extend the duration of real-time generated events and handle their extra life (Usually for usage along with release instead of linenr, linsegr, etc).