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.
-
storable-peek-poke Foreign.Storable.PeekPoke.Internal No documentation available.
-
storable-peek-poke Foreign.Storable.PeekPoke.Internal No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude This class is used for append and map that expect that the amplitude value does carry not more information than that expressed by the type. It should not be necessary to add more instances.
module Synthesizer.Dimensional.Causal.
Process No documentation available.
module Synthesizer.Dimensional.
Process Light-weight sample parameter inference which will fit most needs. We only do "poor man's inference", only for sample rates. The sample rate will be provided as an argument of a special type T. This argument will almost never be passed explicitly but should be handled by operators analogous to ($) and (.). In contrast to the run-time inference approach, we have the static guarantee that the sample rate is fixed before passing a signal to the outside world. However we still need to make it safe that signals that are rendered for one sample rate are not processed with another sample rate.
-
synthesizer-dimensional Synthesizer.Dimensional.Rate This type does not store a sample rate. It just provides a phantom type parameter which asserts a common sample rate among several signals.
-
synthesizer-dimensional Synthesizer.Dimensional.Rate No documentation available.
module Synthesizer.Dimensional.RateAmplitude.
Piece No documentation available.
module Synthesizer.Dimensional.RateAmplitude.
Play No documentation available.
module Synthesizer.Dimensional.Signal.
Private Signals equipped with volume and sample rate information that may carry a unit. Kind of volume and sample rate is configurable by types.