Maybe a bug…?
line 48:
local selected_preset = 0
line 834 (in grid_redraw):
g:led(selected_preset,8,15)
So on init(), grid_redraw() gets called with selected_preset = 0 and throws an error for trying to index a nil value.
not really a huge issue, but noticed it with this touchosc grid thing I’m working on.