Skip to content

Version 3.0.1

Compare
Choose a tag to compare
@trentgill trentgill released this 07 Jul 00:19
· 60 commits to main since this release

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 with clock (no more metro conflicts, and more slots available)
  • FIX crow.reset() returns clock module to default state & tempo
  • FIX output[n].action and output[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)