Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement Map a control curve without amplitude unit by a linear (affine) function with a unit. This is a combination of raise and amplify.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Map We restrict the amplitude types to those of class Amplitude. Otherwise mapAmplitude could be abused for bringing amplitudes and respective sample values out of sync. For mapping amplitudes that are nested in some pairs, use it in combination with first and second. FIXME: This function however still breaks the abstraction, since normally it should not be observable how the volume is balanced between amplitude and signal. This function allows to replace an actual amplitude by Flat, which also breaks the abstraction. This may only be used for proportional mappings. See T.
-
synthesizer-dimensional Synthesizer.Dimensional.Map FIXME: This function is unsafe. Only use it for proportional mappings. See T.
-
synthesizer-dimensional Synthesizer.Dimensional.Map.Displacement No documentation available.
-
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.
-
synthesizer-dimensional Synthesizer.Dimensional.Map.Displacement No documentation available.
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.
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.