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.

  1. newtype PtrS s a

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  2. PtrS_ :: Ptr a -> PtrS s a

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  3. class Primitive amp

    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.

  4. module Synthesizer.Dimensional.Causal.Process

    No documentation available.

  5. 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.

  6. data Phantom s

    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.

  7. Phantom :: Phantom s

    synthesizer-dimensional Synthesizer.Dimensional.Rate

    No documentation available.

  8. module Synthesizer.Dimensional.RateAmplitude.Piece

    No documentation available.

  9. module Synthesizer.Dimensional.RateAmplitude.Play

    No documentation available.

  10. 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.

Page 740 of many | Previous | Next