Skip to content

Tags: monome/crow

Tags

v4.0.4

Toggle v4.0.4's commit message
fix clock.sync(div) could cause excess events with fractional values

v4.0.4RC

Toggle v4.0.4RC's commit message
fix clock.sync(div) could cause excess events with fractional values

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix input.volts getter (#486)

v4.0.2RC

Toggle v4.0.2RC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bytecode cross-compiled on dev machine (#481)

* using cli tools to convert to c header files

* add string lengths for ii files too

* bytecode cross-compilation & loading working

* cleanup makefile and document lua bc cross-compilation process

* fix dependencies in makefile

* remove lua 5.2 compatibility. unused anyway

* tracking lua globals for env clear

* fix buffer name when loading scripts

* support crow which doesn't have require

* lua env no longer loads some useless modules

v4.0.1

Toggle v4.0.1's commit message
fix :settable when adding a new transformer fun

v4.0

Toggle v4.0's commit message
collectgarbage before loading ii modules as they don't check for memo…

…ry usage

v4.0RC6

Toggle v4.0RC6's commit message
fix sequins:settable for simple transformer fns

v4.0RC5

Toggle v4.0RC5's commit message
allow queue & launch to be used together with method chain

4.0RC2

Toggle 4.0RC2's commit message
hotfix for hotswap. working well