monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

fix field accessors in grid example #1760

Closed dndrks closed 9 months ago

dndrks commented 9 months ago

from @catfact in https://llllllll.co/t/midigrid-use-launchpads-midi-grid-controllers-with-norns/42336/550:

the examples in the comments in grid.lua incorrectly use the . field accessor in several places where i think they would need the : method accessor.

this PR swaps those field accessors for method accessors!