@okyeron, please lmk if there’s a better spot for reports, but it looks like the June 30th changes to controlspec.lua weren’t absorbed into the copy for Fates.
test script, doesn’t error on stock:
function init()
params:add{
type='control',
id='stuff',
name='stuff',
controlspec=controlspec.def{
min=0.00,
max=30.0,
warp='lin',
step=0.0001,
default=1,
quantum=0.0001,
wrap=false,
},
}
end
on Fates, throws:
attempt to call a nil value (field ‘def’)
stack traceback:
/home/we/norns/lua/core/norns.lua:136: in field ‘def’
lmk if I can help with anything! 