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

Csound.Typed.GlobalState.InstrApi

Documentation

event :: Arg a => InstrId a -> (Sig, Sig, a) -> SE () Source #

eventi :: Arg a => InstrId a -> (D, D, a) -> SE () Source #

newInstr :: Arg a => (a -> SE ()) -> InstrId a Source #

newInstrLinked :: forall a. Arg a => (a -> SE ()) -> SE (InstrId a) Source #