Closed dndrks closed 2 years ago
rad, thank you @tehn! super helpful review, which led to a good cleanup and additional testing. changes are now all documented, all testing well -- plz lemme know if there's any loose ends from your perspective!
aha, the html files are actually autogenerated from the lua via luadoc, so no worries about those. i should've been clearer: i meant https://monome.org/docs/norns/reference/params in case required.
great looking edit, thank you!
while writing up examples for saving table data with PSETs (building off of @schollz 's incredible work on this front), i realized that PSET index number is a helpful reporting callback -- since PSETs made via the PSET UI can share names, the index number is often the only differentiator. rather than force authors to extract this from the loaded filename, it made sense to add the PSET's index number (if available) to the actions.
i also realized that a PSET deletion action would be helpful for external data management, so i added that as well.
here's a quick example of usage:
in the example:
note.data
this is testing well on my side, but please lmk if there's anything i'm missing!