miker2049 / midigrid

A helper library for midi grids and monome norns
GNU General Public License v3.0
63 stars 37 forks source link

Implement 4-quad ("256") mode... #7

Closed tildebyte closed 4 years ago

tildebyte commented 4 years ago

... This requires a little bit of refactoring for "2-page" mode, and the various device config files.

@miker2049; If you don't like the "midigrid_2page.lua" -> "mg_128.lua" rename, please don't hesitate to say so.

My rationale for that rename was a global idea of continuing from here, to split out an "mg64.lua" from "midigrid.lua", and eventually refactor "midigrid.lua" to contain as much duplicated code from the "mg" as possible (note that I'm not* promising to do this 😝).

Notes:

tildebyte commented 4 years ago

@jaggednz; thx, will fix and push as soon as I can. If you're comfortable enough with git/github, you're more than welcome to do so yourself; I think I set the magics properly so that others can push to this PR...

tildebyte commented 4 years ago

@timm052, @miker2049; Now it's ready for merge 😁