midigrid icon indicating copy to clipboard operation
midigrid copied to clipboard

Return nil if coordinates are outside of grid size for 64 square layout

Open m-m-adams opened this issue 7 months ago • 0 comments

Layout of 64 always returns grid 1, which eventually leads to a crash in _relative_set when a script attempts to set a square that's outside of the grid

Fix that by returning nil if the square is outside of the grid

m-m-adams avatar Jul 29 '24 01:07 m-m-adams