When You use a key guide and scroll the screen the light grey highlights get squashed as the dark grey cells display above them. Along with a ribbon of the vertical beats.
Can you open the dev console (ctrl+shift+J on Chrome), scroll to the very top of the logs, and see if you see either "Using WebGL renderer." or "WebGL isn't working. Falling back to canvas renderer.". You should see one of these, can you tell me which? You can also do this on a fresh OS tab if it's easier.
(03-16-2023, 09:32 PM)Liam Wrote: Can you open the dev console (ctrl+shift+J on Chrome), scroll to the very top of the logs, and see if you see either "Using WebGL renderer." or "WebGL isn't working. Falling back to canvas renderer.". You should see one of these, can you tell me which? You can also do this on a fresh OS tab if it's easier.
WebGL isn't working. Falling back to canvas renderer.
Thanks. This is probably to do with the change where you can separately zoom horizontally and vertically. Seems like it's buggy on the old canvas renderer. Jacob will fix it soon. In the mean time, it might work correctly if you don't use this feature, and keep horizontal and vertical zoom equal.
(03-16-2023, 09:37 PM)Liam Wrote: Thanks. This is probably to do with the change where you can separately zoom horizontally and vertically. Seems like it's buggy on the old canvas renderer. Jacob will fix it soon. In the mean time, it might work correctly if you don't use this feature, and keep horizontal and vertical zoom equal.
Well unfortunate that there isn't a solution at this moment. Thank you for your excellent speed and concise messages.