Liking cljdoc? Tell your friends :D

Change Log

0.2.0 - 2021-12-22

Added

  • sequencer/compile: a shorthand for sequencer/compile-pattern-form
  • sequencer/register-target accepts an optional target alias (a namespace-qualified keyword) which can be used to refer to the target in :bind maps
  • patterns got a delay value: when a pattern is merged onto the timeline, each event of the pattern is delayed by this number of ticks (used to make :play more precise)
  • [:delay N]: this new pattern expression sets the delay value of the pattern to N

Changed

  • :call pattern expressions can now include function arguments
  • :var pattern expressions now wrap the var value in a :bind form with the input bindings if it needs to be compiled (this ensures that they are compiled in the right context and target)

Fixed

  • sequencer crashes now properly reset sequencer state

0.1.0 - 2021-12-19

Initial release.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close