[:bank N]
to change MIDI bank, [:cc C V]
to change value of MIDI controller, [:pitch-bend V]
for
setting pitch bend - see the new "MIDI CONTROLLERS" section of the
tutorial for more:var
patterns can now invoke Clojure
functions at build time (even with arguments) and compile the
returned value into a pattern transformer (see tutorial for an
example):dur
, :scale
, etc.) must be supplied in
the :bindings
option of the project configuration now (previously
they were accepted both in :bindings
and at the top level of the
configuration map)omkamra/sequencer
and omkamra/sequencer-fluidsynth
dependencies to 0.3.0
defp
now compiles its pattern and binds the resulting pattern
transformer to the var like defp<
does (previously it bound the
uncompiled pattern form - i.e. the Clojure data structure)defp
and defp<
does not inject project-level bindings into the
:bind
map of compiled patterns as that makes it impossible to
inherit these bindings from an enclosing scope.Initial release.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close