is there a function to “get” the table of a midi mapped param?
it seems I can access norns.pmap.data.myparam - is this the best way?
do we need/want some functions like
pmap.set("myparam")
…wait, is that pmap.assign(id, dev, ch, cc) (from pmap.lua)?
how about - pmap.get("myparam") ?