Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
svg-builder Graphics.Svg.Attributes No documentation available.
-
Utility functions to help create SVG path attributes, and transforms.
module Synthesizer.Basic.
Phase No documentation available.
type family
ProcessOf (signal :: Type -> Type) :: Type -> Type -> Typesynthesizer-core Synthesizer.Causal.Class No documentation available.
module Synthesizer.Causal.
Process Processes that use only the current and past data. Essentially this is a data type for the crochetL function.
module Synthesizer.CausalIO.
Process Process chunks of data in the IO monad. Typical inputs are strict storable vectors and piecewise constant values, and typical outputs are strict storable vectors. You may also combine several of these types using the Zip type constructor. We may substitute IO by ST in the future, but I am uncertain about that. On the one hand, the admissible IO functionality is very restricted, only memory manipulation is allowed, on the other hand we use ForeignPtrs that are not part of ST framework.
-
synthesizer-core Synthesizer.Generic.Cyclic No documentation available.
-
synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
module Synthesizer.Generic.
Piece These are pieces that can be assembled to a control curve. This was formerly part of the Control module but because of the overlap with immediate control curve generators I created a new module.
-
synthesizer-core Synthesizer.Interpolation No documentation available.