Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
rhine FRP.Rhine.Clock.FixedStep A pure (side effect free) clock with fixed step size, i.e. ticking at multiples of n. The tick rate is in the type signature, which prevents composition of signals at different rates.
FixedStep :: forall (n :: Nat) . KnownNat n => FixedStep nrhine FRP.Rhine.Clock.FixedStep No documentation available.
-
rhine FRP.Rhine.Clock.FixedStep Resample into a FixedStep clock that ticks n times slower, by collecting all values into a vector.
flipFlopHysteresisStep :: Ord a => (a, a) -> BinaryLevel -> a -> BinaryLevelsynthesizer-core Synthesizer.Plain.Analysis No documentation available.
cascadeDiverseStep :: (C a, C a v) => [Parameter a] -> v -> State [v] vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.
cascadeStep :: (C a, C a v) => Parameter a -> v -> State [v] vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.
cascadeStepRec :: (C a, C a v) => Parameter a -> v -> State [v] vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.
cascadeStepScanl :: (C a, C a v) => Parameter a -> v -> State [v] vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.
cascadeStepStack :: (C a, C a v) => Parameter a -> v -> State [v] vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.
firstOrderStep :: (C a, C a v) => Parameter a -> v -> State (State v) vsynthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass No documentation available.