Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapAmplitudeSameType :: forall (arrow :: Type -> Type -> Type) sample . Arrow arrow => (Amplitude sample -> Amplitude sample) -> T arrow sample sample

    synthesizer-dimensional Synthesizer.Dimensional.Map

    FIXME: This function is unsafe. Only use it for proportional mappings. See T.

  2. mapExponential :: forall y flat u (arrow :: Type -> Type -> Type) q . (C y flat, C y, C u, Arrow arrow) => y -> T u q -> T arrow (T flat y) (DNS u q y)

    synthesizer-dimensional Synthesizer.Dimensional.Map.Displacement

    No documentation available.

  3. mapLinear :: forall y flat u (arrow :: Type -> Type -> Type) . (C y flat, C y, C u, Arrow arrow) => y -> T u y -> T arrow (T flat y) (DNS u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Map.Displacement

    Map a control curve without amplitude unit by a linear (affine) function with a unit. This is a combination of raise and amplify. It is not quite correct in the sense, that it does not produce low-level sample values in the range (-1,1). Instead it generates values around 1.

  4. mapLinearDimension :: forall y u v (arrow :: Type -> Type -> Type) . (C y, C y, C u, C v, Arrow arrow) => T v y -> T (Mul v u) y -> T arrow (DNS u y y) (DNS (Mul v u) y y)

    synthesizer-dimensional Synthesizer.Dimensional.Map.Displacement

    No documentation available.

  5. mapExponential :: (C y, C u) => y -> T u y -> T t y -> T t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave

    No documentation available.

  6. mapLinear :: (C y, C u) => y -> T u y -> T t y -> T t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave

    No documentation available.

  7. mapExponential :: (C y, C u, Primitive cAmp) => y -> T u y -> (c -> T t y) -> T (T cAmp c) t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave.Controlled

    No documentation available.

  8. mapLinear :: (C y, C u, Primitive cAmp) => y -> T u y -> (c -> T t y) -> T (T cAmp c) t (Dimensional u y y)

    synthesizer-dimensional Synthesizer.Dimensional.Wave.Controlled

    No documentation available.

  9. mapName :: (Name name0 -> Name name1) -> (Name name0 -> Name name1) -> T name0 string -> T name1 string

    tagchup Text.HTML.Tagchup.Tag

    No documentation available.

  10. mapText :: Tag name => (String -> String) -> T name String -> T name String

    tagchup Text.HTML.Tagchup.Tag

    Modify content of a Text or a CDATA part.

Page 228 of many | Previous | Next