Closed jaseknighter closed 1 year ago
gentle bumpety bump. <3
@jaseknighter I was able to reproduce the issue with the "Thirty Second Song" example, and did some digging around. I initially thought it was a complex Lua meta table thing, but actually changing the module import line seems to fix it (don't know why).
timeline.lua, line-5
local s = sequins or require 'lib/sequins'
-> local s = sequins or require 'sequins'
EDIT: Just tested -- your example actually works on the latest version of crow, so it's a norns only issue.
@dndrks quick fix!
adding a sequins as a duration in a timeline loop results in an error:
this can be reproduced in the "Thirty Second Song" example on the in the timeline reference by changing lines 24-27 of the example from:
to:
tested on version 230614