-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
@miker2049, @jaggednz, @timm052; PTAL
cc @catfact, @ryanlaws
What I had in mind was e.g.
├── lib
│ ├── mg_128.lua
│ ├── mg_256.lua
│ ├── mg_64.lua
│ └── midigrid.lua
where midigrid.lua
contains only code common to all grid sizes.
This starts to suggest an OOP appproach, with midigrid.lua
containing a midigrid ABC, mg_64.lua
containing a 64-key child class, etc.
Having looked at @okyeron's oscgrid, very specifically oscgrid.lua, it occured to me that we might be able to similarly leverage the existing norns grid API for the implementation.
I don't know that I have the Lua know-how (or unfortunately the time) right now to do the design work, but I'm certainly willing to talk about it, and pick up coding tasks which might come out of this.
Metadata
Metadata
Assignees
Labels
No labels