auto v0.2.0.4 Release Notes

  • 🚀 https://github.com/mstksg/auto/releases/tag/v0.2.0.4

    • Control.Auto: Added unserialize, delay, and delay_ to Control.Auto's exports.
    • Control.Auto.Blip: New blip stream manipulator: forkB, which forks a blip stream into to separate ones based on whether or not the emitted values match a predicate.
    • Control.Auto.Time: Added a generalized version of stretch, stretchAccumBy which allows access to the "skipped" inputs during the stretched periods, as well as the ability to control the outputs during the stretched periods.