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

Csound.Typed.Control

Synopsis

SE

SE reference

Global settings

instr0 :: forall a. Tuple a => SE a -> SE a Source #

getIns :: forall a. Sigs a => SE a Source #

setDur :: Sigs a => D -> a -> a Source #

Sets the global duration of the file or output signal to the given value. It should be used only once! The proper place is in the top-most expression before sending to dac or writeWav.

Misc

freshId :: SE D Source #

Gets new id.

Score

Midi

Named instruments (API)

OSC

Channel

Sf2

Events

Band-limited oscillators

Imperative instruments

Array folding and traversals

Reads global config arguments from command line