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

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