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

Safe HaskellNone

Synthesizer.Causal.Arrow

Documentation

class Arrow arrow => C arrow where

Methods

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

Instances

C (->) 
C T