synthesizer-core-0.8.2: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone
LanguageHaskell2010

Synthesizer.Causal.Arrow

Documentation

class Arrow arrow => C arrow where Source #

Minimal complete definition

apply

Methods

apply :: (Transform sig a, Transform sig b) => arrow a b -> sig a -> sig b Source #

Instances

C T Source # 

Methods

apply :: (Transform sig a, Transform sig b) => T a b -> sig a -> sig b Source #

C ((->) LiftedRep LiftedRep) Source # 

Methods

apply :: (Transform sig a, Transform sig b) => (LiftedRep -> LiftedRep) a b -> sig a -> sig b Source #