Version 3.0.1
Small patch for fixes from v3.0.0
Changes
- FIX ASL strings accepted from norns (eg.
crow.output[1].action = "lfo()"
) - FIX First.lua doesn't error on load (uses ASL2
dyn
now) - NEW improve ASL2 error messaging for debugging scripts
- CHANGE
delay()
is now implemented withclock
(no moremetro
conflicts, and more slots available) - FIX
crow.reset()
returnsclock
module to default state & tempo - FIX
output[n].action
andoutput[n].execute
are fixed (fixes many norns scripts) - FIX the last sample of an ASL slope would not be applied (causing issues at very fast rates)