project name: | combiner |
project url: | https://github.com/dstroud/combiner |
author: | modularbeat |
description: | mod to combine multiple Grids to operate as a single device |
discussion url: | https://llllllll.co/t/65187 |
documentation url: | https://github.com/dstroud/combiner/blob/main/README.md |
tags: | mod utility grid |
Combine 2-127* Grids into a virtual grid available to all scripts
;install https://github.com/dstroud/combiner
)grid.add
callback when the virtual Grid changes so you can detect column/row changes with something like:function grid.add(dev)
cols = g.cols
rows = g.rows
end
*Okay I’ve tested with 4 Grids. Prove me wrong.