monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
614 stars 144 forks source link

Grid rotation function may need to update rows/cols #1010

Open okyeron opened 4 years ago

okyeron commented 4 years ago

grid.lua grid rotation function may need to update _norns.grid_rows and _norns.grid_cols when it changes orientation.

If a script is using something like grid_w = grid_device.cols and grid_h = grid_device.rows these do not get updated when changing orientation. Thus 90 and 270 degree rotations can end up only showing half of a 128 grid.

Will do some further research.

tehn commented 4 years ago

grid rotation still hasn't received much attention so it'd be rad if you have time to put towards improving it!