/home/we/norns/lua/core/script.lua:90: attempt to call a nil value (field 'clear')
stack traceback:
/home/we/norns/lua/core/script.lua:90: in function 'core/script.clear'
/home/we/norns/lua/core/script.lua:166: in function 'core/script.load'
(...tail calls...)
i discovered that https://github.com/monome/norns/pull/1439 introduced this error when
script.clear
gets called.corresponding line:
the problem was that unlike
keyboard
,gamepad
was not loaded in the global context.