i’ve already run into trouble on the first study - i also ran the included study code (study 1 in the study folder) and ran into the same issue.
for the part of the tutorial where i’m supposed to be seeing key names and states, keys 1 + 2 don’t do anything, key 3 returns an error. is there a certain screen i’m supposed to be on when i do this? i wasn’t getting encoder info in the message box either.
error starts with " attempt to index a nil value (field ‘?’) "
here’s everything i get when i run the first study. i only have up until the intro of the key function. the error text happens when i press k3:
norns.script.load("many_tomorrows.lua")
# script load
# cleanup
# script clear
# script run
loading engine: TestSine
<ok>
Engine.register_commands; count: 2
___ engine commands ___
amp f
hz f
___ polls ___
amp_in_l
amp_in_r
amp_out_l
amp_out_r
cpu_avg
cpu_peak
pitch_in_l
pitch_in_r
tape_play_pos
tape_rec_dur
# script init
the end and the beginning they are the same.
READING PMAP
lua:
/home/we/norns/lua/paramset.lua:177: attempt to index a nil value (field '?')
stack traceback: /home/we/norns/lua/paramset.lua:177: in function 'paramset.t'
/home/we/norns/lua/menu.lua:690: in field 'key'
/home/we/norns/lua/menu.lua:144: in function </home/we/norns/lua/menu.lua:121>