Csound.Typed.GlobalState.InstrApi
data InstrId a Source #
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 #
turnoff :: SE () Source #
turnoff2 :: InstrId a -> SE () Source #