Can you delete previous psets and try again?
edit: i think there is a bug related to sines.lua:218:
--allow root note to be set from midi keyboard
if d.type == "note_on" then
params:set("root_note", d.note)
end
I’ve commented this out and will investigate. In the meantime, just update the app, it should work as before. I think norns can be picky when it comes to multiple midi devices. Maybe I need to specify where to expect, for example, the midi keyboard? midi.connect(1)
Edit: this bug is related to the code for setting the root note from a midi keyboard.