synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Inference.DesignStudy.Arrow
Documentation
data Rates Source
Constructors
Rates [Int]
Any
show/hide Instances
data Processor b c Source
Constructors
P Rates (Rates -> b -> c)
show/hide Instances
type Stream = StringSource
intersectRates :: Rates -> Rates -> RatesSource
runProcessor :: Processor b c -> b -> cSource
processor1 :: Processor String StringSource
test :: StringSource
Produced by Haddock version 2.3.0