kalopilato/webstep_midi_sequencer

Restructure grid data model

Opened this issue · 0 comments

Currently each grid maintains a full 2D array of buttons.
It would be more efficient for each grid to reference a default 2D array of buttons plus a collection of active buttons by column. This will also make for easier implementations of future features such as grid presets, etc.