csound-expression-typed-0.2.7.1: typed core for the library csound-expression
Safe HaskellSafe-Inferred
LanguageHaskell2010

Csound.Typed.InnerOpcodes

Synopsis

Documentation

changed :: [Sig] -> Sig Source #

This opcode outputs a trigger signal that informs when any one of its k-rate arguments has changed. Useful with valuator widgets or MIDI controllers.

ktrig changed kvar1 [, kvar2,..., kvarN]

doc: http://www.csounds.com/manual/html/changed.html