synthesizer-core-0.6: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone

Synthesizer.Plain.LorenzAttractor

Documentation

computeDerivatives :: C y => (y, y, y) -> (y, y, y) -> (y, y, y)Source

explicitEuler :: C a v => a -> (v -> v) -> v -> [v]Source