I'm aware of discussions on changing script folder structure, but i guess this may be good to know anyhow. Cursor gets locked in menu > parameters when script is not contained directly under author folder.
To recreate:
create a script utilizing params and add it to a folder under script/[author], such as script/jah/r
load (select) the script
go to MENU > PARAMETERS.
press key2 to go back to MENU
Expected behavior: cursor should navigate back to main menu page.
Actual behavior: cursor remains in MENU > PARAMETERS.
I'm aware of discussions on changing script folder structure, but i guess this may be good to know anyhow. Cursor gets locked in menu > parameters when script is not contained directly under author folder.
To recreate:
script/[author]
, such asscript/jah/r
Expected behavior: cursor should navigate back to main menu page. Actual behavior: cursor remains in MENU > PARAMETERS.
I believe this is due to some bug in menu logic. An error is thrown here: https://github.com/monome/norns/blob/master/lua/menu.lua#L1020
Stacktrace in screenshot.